-
Notifications
You must be signed in to change notification settings - Fork 173
Merge Caches with Backends #1011
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
Closed
Closed
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
3e37473
allow multiple statements on the same line
9185d7e
Use `typing.List` as minimum version is 3.8
2960203
Add `BaseCacheArgs` to type hint kwargs in subclasses
b1db64d
make typing-extensions required dependency <3.11
44b07cc
Merge cache implementation classes for Memcached
02263bf
Adjust tests for merged MemcachedCache
ef6a37f
Merge cache implementation for Memory
f30533b
Adjust tests for merged MemoryCache
abfa00c
use ... instead.
431c07e
Merge branch 'aio-libs:master' into master
fe5a937
remove 3.8 from pyproject.toml
5817f70
use 3.9 list in __init__
4877e37
update `memcached` to use 3.9+ hints
beecf46
update `memory` to use 3.9+ hints
871410b
merge `ValkeyBackend` into `ValkeyCache`
6b2630c
merge `TestValkeyBackend` into `TestValkeyCache`
504426d
Merge branch 'aio-libs:master' into master
f88ac2d
Merge branch 'aio-libs:master' into master
c2a78f0
Merge branch 'aio-libs:master' into master
bc73e11
Merge remote-tracking branch 'upstream/master'
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
Check notice
Code scanning / CodeQL
Statement has no effect Note