Skip to content

Releases: amirreza8002/django-valkey

0.1.8: added async sentinel client

10 Oct 15:06
Compare
Choose a tag to compare
  • Added AsyncSentinelClient

  • internal bug fix

0.1.7: added an async herd client

09 Oct 19:55
Compare
Choose a tag to compare
  • added AsyncHerdClient

added missing parameters to get_lock()

07 Oct 13:13
c902fec
Compare
Choose a tag to compare
  • added blocking and lock_class to get_lock parameters.

Added new methods, changed an old method

30 Sep 16:15
Compare
Choose a tag to compare
  1. Added mset and mget (atomic)
  2. get_many() is now non-atomic (to match set_many)
  3. added more logic to base.BaseValkeyCache

Added new base class, renamed an old base class

25 Sep 15:57
Compare
Choose a tag to compare
  1. BaseClient class is not available

  2. BaseConnectionPool is renamed to BaseConnectionFactory for accuracy

0.1.3

18 Sep 00:12
Compare
Choose a tag to compare
  • 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