Releases: amirreza8002/django-valkey
Releases · amirreza8002/django-valkey
0.1.8: added async sentinel client
-
Added
AsyncSentinelClient
-
internal bug fix
0.1.7: added an async herd client
- added AsyncHerdClient
added missing parameters to get_lock()
- added
blocking
andlock_class
to get_lock parameters.
Added new methods, changed an old method
- Added mset and mget (atomic)
- get_many() is now non-atomic (to match set_many)
- added more logic to base.BaseValkeyCache
Added new base class, renamed an old base class
-
BaseClient class is not available
-
BaseConnectionPool is renamed to BaseConnectionFactory for accuracy
0.1.3
- Moved some method implementation out of BaseConnectionFactory class
- added a guide to use the base classes
Full Changelog: https://github.com/amirreza8002/django-valkey/commits/0.1.3