Skip to content

Releases: redis/redis-om-python

v0.0.22

07 Apr 14:14
Compare
Choose a tag to compare
  • The migrator will now error if you attempt to create a search index on database > 0 as this is not supported by RediSearch.
  • Some documentaiton improvements.
  • Various dependency updates.

v0.0.21

29 Mar 21:28
Compare
Choose a tag to compare

Adds ability to expire a model instance, updates the docs to show how to access the underlying Redis connection, and various dependency updates.

v0.0.20

07 Mar 10:11
Compare
Choose a tag to compare

This is a small release that rolls up the latest dependency updates.

v0.0.19

15 Feb 20:34
Compare
Choose a tag to compare

Adds class level delete for JsonModel and HashModel.

v0.0.18

11 Feb 19:45
Compare
Choose a tag to compare

Changes license to MIT, updates dependencies.

v0.0.17

07 Jan 20:17
Compare
Choose a tag to compare

This release includes the fix for running on Redis Enterprise / Redis cloud that was accidentally omitted from 0.0.16.

v0.0.16

07 Jan 15:07
Compare
Choose a tag to compare

This release addresses the following issues, and generally updates dependencies:

  • Connectivity issues with Redis Enterprise / Redis Cloud: #73
  • Full text indexing in Hash fields: #42