-
-
Notifications
You must be signed in to change notification settings - Fork 380
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
fix: close RedisStore client in case the with_client classmethod is used #3111
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1630f5b - Browse repository at this point
Copy the full SHA 1630f5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c800ff7 - Browse repository at this point
Copy the full SHA c800ff7View commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0523767 - Browse repository at this point
Copy the full SHA 0523767View commit details -
Implement those good suggstions
Note that close_connection_pool is required
Configuration menu - View commit details
-
Copy full SHA for 8650cb6 - Browse repository at this point
Copy the full SHA 8650cb6View commit details -
Better naming for the boolean that decides if we should handle stuff …
…manually or not Co-authored-by: Janek Nouvertné <provinzkraut@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for 6f56678 - Browse repository at this point
Copy the full SHA 6f56678View commit details -
Co-authored-by: Janek Nouvertné <provinzkraut@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for bfe8262 - Browse repository at this point
Copy the full SHA bfe8262View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cb8b3f - Browse repository at this point
Copy the full SHA 3cb8b3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3da05e5 - Browse repository at this point
Copy the full SHA 3da05e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f732783 - Browse repository at this point
Copy the full SHA f732783View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18c4aba - Browse repository at this point
Copy the full SHA 18c4abaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 702d5ef - Browse repository at this point
Copy the full SHA 702d5efView commit details -
Always add the store to lifespan_manager then let the store implement…
…ation decides to handle to close or not
Configuration menu - View commit details
-
Copy full SHA for 545fe54 - Browse repository at this point
Copy the full SHA 545fe54View commit details -
Tamed mypy, aclose is definitely a Redis method, so not sure why it i…
…sn't recognized, we use types-redis
Configuration menu - View commit details
-
Copy full SHA for 77ac9c0 - Browse repository at this point
Copy the full SHA 77ac9c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92d3516 - Browse repository at this point
Copy the full SHA 92d3516View commit details -
Added some small notes on the test since its setup is rather cumbersome
Configuration menu - View commit details
-
Copy full SHA for 98ad6c8 - Browse repository at this point
Copy the full SHA 98ad6c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba6fcc2 - Browse repository at this point
Copy the full SHA ba6fcc2View commit details
Commits on Feb 15, 2024
-
Cleant the redis_client fixture making it flushall each time, and abo…
…ve all removing the Redis sync instance created there that was never closed
Configuration menu - View commit details
-
Copy full SHA for 570ac9b - Browse repository at this point
Copy the full SHA 570ac9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e85b428 - Browse repository at this point
Copy the full SHA e85b428View commit details -
Just comment the introduced test to see if fxture change doesn't mess…
… with existing suite
Configuration menu - View commit details
-
Copy full SHA for 7b4741b - Browse repository at this point
Copy the full SHA 7b4741bView commit details -
Do we need really a test, or should it uses a mock like all times wit…
…h_client is used
Configuration menu - View commit details
-
Copy full SHA for 45ee20e - Browse repository at this point
Copy the full SHA 45ee20eView commit details -
Do we need really a test, or should it uses a mock like all times wit…
…h_client is used
Configuration menu - View commit details
-
Copy full SHA for 40f2253 - Browse repository at this point
Copy the full SHA 40f2253View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7ae116 - Browse repository at this point
Copy the full SHA f7ae116View commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e2bc0c8 - Browse repository at this point
Copy the full SHA e2bc0c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58272d4 - Browse repository at this point
Copy the full SHA 58272d4View commit details -
Merge branch 'redis_test_cleaning' into 3083
# Conflicts: # tests/conftest.py
Configuration menu - View commit details
-
Copy full SHA for dc1f3ca - Browse repository at this point
Copy the full SHA dc1f3caView commit details
Commits on Feb 25, 2024
-
We need to explicitely pass this otherwise using with_namespace after…
… with_client will lose the automatic handling
Configuration menu - View commit details
-
Copy full SHA for 3fc2cf2 - Browse repository at this point
Copy the full SHA 3fc2cf2View commit details
Commits on Feb 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 99a814d - Browse repository at this point
Copy the full SHA 99a814dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd2b54b - Browse repository at this point
Copy the full SHA fd2b54bView commit details -
Remove the redis_service fixture from the test, note that it won't ru…
…n on its own now but most likely will please the CI
Configuration menu - View commit details
-
Copy full SHA for 3651fe5 - Browse repository at this point
Copy the full SHA 3651fe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e0f521 - Browse repository at this point
Copy the full SHA 5e0f521View commit details -
Update litestar/stores/redis.py
Co-authored-by: Janek Nouvertné <provinzkraut@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for 2c91e09 - Browse repository at this point
Copy the full SHA 2c91e09View commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aac3fb5 - Browse repository at this point
Copy the full SHA aac3fb5View commit details