Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.8.1.tar.gz | 2020-04-03 | 118.1 kB | |
0.8.1.zip | 2020-04-03 | 150.0 kB | |
README.md | 2020-04-03 | 480 Bytes | |
Totals: 3 Items | 268.6 kB | 0 |
- Fix missing parameter in error message, [#105].
- Remove redundant call to
delete()
when using Modelcreate()
API. - Fix TTL units and lock event wait timeout handling.
- Adds
Hash.setnx()
method to the hash container. - Do not double-decode strings when user has enabled decode_responses, [#121].
- Fix mapping of types in
get_key()
method to return the proper container type, [#120].