Skip to content

Releases: qcrisw/aioredis-models

v3.0.0

03 May 07:28
28d6d8a

Choose a tag to compare

  • Add support for transactions (#14)
  • Make RedisDoubleHash more atomic and transactional (#15)
  • Replace Set with List as applicable in RedisSet and RedisDoubleHash (#16)

v2.1.0

24 Apr 20:45
8f868f4

Choose a tag to compare

  • Add enqueue and dequeue to RedisList (#13)

v2.0.0

06 Apr 12:45
fb2e099

Choose a tag to compare

  • Refactor RedisList.find_index to use enumerate #12

v1.2.0

04 Apr 12:40
057f170

Choose a tag to compare

  • Add ability to enumerate lists and hashes #11

v1.1.0

18 Mar 14:11
2df5c2c

Choose a tag to compare

  • allow specifying encoding on RedisString.get

v1.0.1

24 Feb 09:33
1809d2b

Choose a tag to compare

  • claim support for Python 3.6+

v1.0.0

17 Feb 12:29
72afc1c

Choose a tag to compare

  • rename timeout in RedisList to timeout_seconds
  • rename length in RedisSet to size
  • add documentation

Release v0.2.0

16 Feb 13:29
e0f9cf2

Choose a tag to compare

Introduces functions to get lengths of various structures.

Initial release

17 Jan 10:07
dc5cdd6

Choose a tag to compare

Contains initial release of the package