Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add redis as cache backend option #1469
Changes from all commits
ccc6c4f
76d6716
0552efc
9ec258a
d745601
da31e47
a9ba448
7b08fa8
8a3ad48
232c7ac
3142b85
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 33 in large_image/cache_util/__init__.py
Codecov / codecov/patch
large_image/cache_util/__init__.py#L32-L33
Check warning on line 54 in large_image/cache_util/rediscache.py
Codecov / codecov/patch
large_image/cache_util/rediscache.py#L54
Check warning on line 58 in large_image/cache_util/rediscache.py
Codecov / codecov/patch
large_image/cache_util/rediscache.py#L58
Check warning on line 63 in large_image/cache_util/rediscache.py
Codecov / codecov/patch
large_image/cache_util/rediscache.py#L62-L63
Check warning on line 74 in large_image/cache_util/rediscache.py
Codecov / codecov/patch
large_image/cache_util/rediscache.py#L72-L74
Check warning on line 86 in large_image/cache_util/rediscache.py
Codecov / codecov/patch
large_image/cache_util/rediscache.py#L86
Check warning on line 91 in large_image/cache_util/rediscache.py
Codecov / codecov/patch
large_image/cache_util/rediscache.py#L88-L91
Check warning on line 93 in large_image/cache_util/rediscache.py
Codecov / codecov/patch
large_image/cache_util/rediscache.py#L93
Check warning on line 100 in large_image/cache_util/rediscache.py
Codecov / codecov/patch
large_image/cache_util/rediscache.py#L100
Check warning on line 103 in large_image/cache_util/rediscache.py
Codecov / codecov/patch
large_image/cache_util/rediscache.py#L103
Check warning on line 106 in large_image/cache_util/rediscache.py
Codecov / codecov/patch
large_image/cache_util/rediscache.py#L105-L106
Check warning on line 111 in large_image/cache_util/rediscache.py
Codecov / codecov/patch
large_image/cache_util/rediscache.py#L110-L111
Check warning on line 113 in large_image/cache_util/rediscache.py
Codecov / codecov/patch
large_image/cache_util/rediscache.py#L113
Check warning on line 117 in large_image/cache_util/rediscache.py
Codecov / codecov/patch
large_image/cache_util/rediscache.py#L117
Check warning on line 121 in large_image/cache_util/rediscache.py
Codecov / codecov/patch
large_image/cache_util/rediscache.py#L121
Check warning on line 125 in large_image/cache_util/rediscache.py
Codecov / codecov/patch
large_image/cache_util/rediscache.py#L125
Check warning on line 127 in large_image/cache_util/rediscache.py
Codecov / codecov/patch
large_image/cache_util/rediscache.py#L127
Check warning on line 129 in large_image/cache_util/rediscache.py
Codecov / codecov/patch
large_image/cache_util/rediscache.py#L129
Check warning on line 133 in large_image/cache_util/rediscache.py
Codecov / codecov/patch
large_image/cache_util/rediscache.py#L132-L133
Check warning on line 136 in large_image/cache_util/rediscache.py
Codecov / codecov/patch
large_image/cache_util/rediscache.py#L135-L136
Check warning on line 141 in large_image/cache_util/rediscache.py
Codecov / codecov/patch
large_image/cache_util/rediscache.py#L138-L141
Check warning on line 149 in large_image/cache_util/rediscache.py
Codecov / codecov/patch
large_image/cache_util/rediscache.py#L144-L149
Check warning on line 164 in large_image/cache_util/rediscache.py
Codecov / codecov/patch
large_image/cache_util/rediscache.py#L164
Check warning on line 176 in large_image/cache_util/rediscache.py
Codecov / codecov/patch
large_image/cache_util/rediscache.py#L174-L176