Releases: cunla/fakeredis-py
Releases · cunla/fakeredis-py
v2.9.0 🌈
Changes
🚀 Features
- Implement
XTRIM
- Add support for
MAXLEN
,MAXID
,LIMIT
arguments forXADD
command - Add support for
ZRANGE
arguments forZRANGE
command #127
🧰 Maintenance
- Relax python version requirement #128
Full Changelog: v2.8.0...v2.8.1
v2.8.0 🌈
Changes
🚀 Features
- Support for redis-py 4.5.0 #124
🐛 Bug Fixes
- Fix import error for redis-py v3+ #121
Full Changelog: v2.7.1...v2.8.0
v2.7.1 🌈
v2.7.0 🌈
v2.7.0
🚀 Features
- Implement
JSON.ARRINDEX
JSON.OBJLEN
JSON.OBJKEYS
JSON.ARRPOP
JSON.ARRTRIM
JSON.NUMINCRBY
JSON.NUMMULTBY
XADD
XLEN
XRANGE
XREVRANGE
🧰 Maintenance
- Improve json commands implementation.
- Improve commands documentation.
Full Changelog: v2.6.0...v2.7.0
v2.6.0 🌈
Changes
🚀 Features
- Implement
JSON.TYPE
,JSON.ARRLEN
andJSON.ARRAPPEND
🐛 Bug Fixes
- Fix encoding of None (#118)
🧰 Maintenance
- Start skeleton for streams commands in
streams_mixin.py
andtest_streams_commands.py
- Start migrating documentation to https://fakeredis.readthedocs.io/
Full Changelog: v2.5.0...v2.6.0
v2.5.0 🌈
Changes
🚀 Features
- Implement support for
BITPOS
(bitmap command) (#112)
🐛 Bug Fixes
🧰 Maintenance
- Extract param handling (#113)
Contributors
We'd like to thank all the contributors who worked on this release!
Full Changelog: v2.4.0...v2.5.0
v2.4.0 🌈
Changes
🚀 Features
🐛 Bug Fixes
- Fix bug checking type in scan_iter (#109)
Full Changelog: v2.3.0...v2.4.0
v2.3.0 🌈
Changes
🚀 Features
- Implement
GETEX
(#102) - Implement support for
JSON.STRAPPEND
(json command) (#98) - Implement
JSON.STRLEN
,JSON.TOGGLE
and fix bugs withJSON.DEL
(#96) - Implement
PUBSUB CHANNELS
,PUBSUB NUMSUB
🐛 Bug Fixes
- ZADD with XX & GT allows updates with lower scores (#105)
Full Changelog: v2.2.0...v2.3.0
v2.2.0 🌈
Changes
🚀 Features
- Implement
JSON.CLEAR
(#87) - Support for redis-py v4.4.0
🧰 Maintenance
- Implement script to create issues for missing commands
- Remove checking for deprecated redis-py versions in tests
Full Changelog: v2.1.0...v2.2.0
v2.1.0 🌈
Changes
🚀 Features
🐛 Bug Fixes
- fix: add nowait for asyncio disconnect (#76)
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@hyeongguen-song, @the-wondersmith
Full Changelog: v2.0.0...v2.1.0