Releases: redis/redis-om-python
Releases Β· redis/redis-om-python
v0.0.27
Dependencies updates.
v.0.0.26
v0.0.25
v0.0.24
v0.0.23
In this release:
- Adds missing
all_pks()
method forJsonModel
. - Various dependency updates.
v0.0.22
- 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
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
This is a small release that rolls up the latest dependency updates.
v0.0.19
Adds class level delete
for JsonModel and HashModel.
v0.0.18
Changes license to MIT, updates dependencies.