Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add redis as cache backend option #1469

Merged
merged 11 commits into from
May 24, 2024

fix lint_and_docs

3142b85
Select commit
Loading
Failed to load commit list.
Merged

Add redis as cache backend option #1469

fix lint_and_docs
3142b85
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded May 24, 2024 in 1s

54.47% of diff hit (within 25.00% threshold of 78.92%)

View this Pull Request on Codecov

54.47% of diff hit (within 25.00% threshold of 78.92%)

Annotations

Check warning on line 33 in large_image/cache_util/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

large_image/cache_util/__init__.py#L32-L33

Added lines #L32 - L33 were not covered by tests

Check warning on line 54 in large_image/cache_util/rediscache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

large_image/cache_util/rediscache.py#L54

Added line #L54 was not covered by tests

Check warning on line 58 in large_image/cache_util/rediscache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

large_image/cache_util/rediscache.py#L58

Added line #L58 was not covered by tests

Check warning on line 63 in large_image/cache_util/rediscache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

large_image/cache_util/rediscache.py#L62-L63

Added lines #L62 - L63 were not covered by tests

Check warning on line 74 in large_image/cache_util/rediscache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

large_image/cache_util/rediscache.py#L72-L74

Added lines #L72 - L74 were not covered by tests

Check warning on line 86 in large_image/cache_util/rediscache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

large_image/cache_util/rediscache.py#L86

Added line #L86 was not covered by tests

Check warning on line 91 in large_image/cache_util/rediscache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

large_image/cache_util/rediscache.py#L88-L91

Added lines #L88 - L91 were not covered by tests

Check warning on line 93 in large_image/cache_util/rediscache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

large_image/cache_util/rediscache.py#L93

Added line #L93 was not covered by tests

Check warning on line 100 in large_image/cache_util/rediscache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

large_image/cache_util/rediscache.py#L100

Added line #L100 was not covered by tests

Check warning on line 103 in large_image/cache_util/rediscache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

large_image/cache_util/rediscache.py#L103

Added line #L103 was not covered by tests

Check warning on line 106 in large_image/cache_util/rediscache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

large_image/cache_util/rediscache.py#L105-L106

Added lines #L105 - L106 were not covered by tests

Check warning on line 111 in large_image/cache_util/rediscache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

large_image/cache_util/rediscache.py#L110-L111

Added lines #L110 - L111 were not covered by tests

Check warning on line 113 in large_image/cache_util/rediscache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

large_image/cache_util/rediscache.py#L113

Added line #L113 was not covered by tests

Check warning on line 117 in large_image/cache_util/rediscache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

large_image/cache_util/rediscache.py#L117

Added line #L117 was not covered by tests

Check warning on line 121 in large_image/cache_util/rediscache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

large_image/cache_util/rediscache.py#L121

Added line #L121 was not covered by tests

Check warning on line 125 in large_image/cache_util/rediscache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

large_image/cache_util/rediscache.py#L125

Added line #L125 was not covered by tests

Check warning on line 127 in large_image/cache_util/rediscache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

large_image/cache_util/rediscache.py#L127

Added line #L127 was not covered by tests

Check warning on line 129 in large_image/cache_util/rediscache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

large_image/cache_util/rediscache.py#L129

Added line #L129 was not covered by tests

Check warning on line 133 in large_image/cache_util/rediscache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

large_image/cache_util/rediscache.py#L132-L133

Added lines #L132 - L133 were not covered by tests

Check warning on line 136 in large_image/cache_util/rediscache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

large_image/cache_util/rediscache.py#L135-L136

Added lines #L135 - L136 were not covered by tests

Check warning on line 141 in large_image/cache_util/rediscache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

large_image/cache_util/rediscache.py#L138-L141

Added lines #L138 - L141 were not covered by tests

Check warning on line 149 in large_image/cache_util/rediscache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

large_image/cache_util/rediscache.py#L144-L149

Added lines #L144 - L149 were not covered by tests

Check warning on line 164 in large_image/cache_util/rediscache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

large_image/cache_util/rediscache.py#L164

Added line #L164 was not covered by tests

Check warning on line 176 in large_image/cache_util/rediscache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

large_image/cache_util/rediscache.py#L174-L176

Added lines #L174 - L176 were not covered by tests