-
Notifications
You must be signed in to change notification settings - Fork 552
Redis Cache Module - 2 - Add Cache Spans #3075
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
Merged
antonpirker
merged 43 commits into
antonpirker/redis-cache-module-1
from
antonpirker/redis-cache-module-2
May 23, 2024
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
557165b
x
antonpirker 5bc00d0
x
antonpirker 31c0769
Some work to use same function for queries and caches module
antonpirker 7a65e5d
Moved functions to better place
antonpirker 7298402
Added tests
antonpirker d3d485b
Fix
antonpirker 932fcdc
Tests and linting
antonpirker 3acf6c4
Thats important for Python 3.6
antonpirker 20ae85c
Fixed some tests
antonpirker c10585a
Removed ipdb
antonpirker 9d12889
more fixing
antonpirker bcf3e3e
Cleanup
antonpirker 0dfefac
Merge branch 'antonpirker/redis-cache-module-1' into antonpirker/redi…
antonpirker 2a63ac9
Merge branch 'antonpirker/redis-cache-module-1' into antonpirker/redi…
antonpirker 3231674
Merge branch 'antonpirker/redis-cache-module-1' into antonpirker/redi…
antonpirker 20f46f8
Async cache spans
antonpirker f603fb7
Added async tests
antonpirker 90f92a6
Fixed async tests
antonpirker 075ae16
Guard for not running async tests when there is no async fakeredis fo…
antonpirker 5ceefb3
linting
antonpirker 998fa9c
Merge branch 'antonpirker/redis-cache-module-1' into antonpirker/redi…
antonpirker 9d0c536
Use new names for ops
antonpirker 2ca208d
Renamed for consistency
antonpirker b789c92
Merge branch 'antonpirker/redis-cache-module-1' into antonpirker/redi…
antonpirker e0f58af
Merge branch 'antonpirker/redis-cache-module-1' into antonpirker/redi…
antonpirker ddf4962
Merge branch 'antonpirker/redis-cache-module-1' into antonpirker/redi…
antonpirker aabda8b
fix _get_op()
antonpirker c5bcd75
Cleaning up unused properties/parameters
antonpirker db54981
Use _get_safe_key in Django integration
antonpirker 1dded72
Fixed typing
antonpirker 16aec47
More tests
antonpirker f9eb6ce
Only return the keys in set_many, makes more sense
antonpirker 10d353c
Linting
antonpirker 671763b
Cleanup
antonpirker 38c14e9
fix(clickhouse): `_sentry_span` might be missing (#3096)
sentrivana 7a0217b
Make _get_safe_key work for all multi key methods in django and redis
antonpirker e1db1f5
Fixed kwargs case and updated tests
antonpirker 0024f81
Updated tests
antonpirker 7e275eb
cache.set should be cache.put
antonpirker ec23396
Fix `cohere` testsuite for new release of `cohere`. (#3098)
antonpirker 941ca77
Merge branch 'master' into antonpirker/django-caching-module
antonpirker 80f50d5
Merge branch 'antonpirker/django-caching-module' into antonpirker/red…
antonpirker 24d96f9
Merge branch 'antonpirker/redis-cache-module-1' into antonpirker/redi…
antonpirker 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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.