Releases: cunla/fakeredis-py
Releases · cunla/fakeredis-py
v2.30.1 🌈
v2.30.0 🌈
Changes
🚀 Features
- Support for RESP3 #360
- Implement support for
COPY
@ajhetherington #383
🐛 Bug Fixes
- aio.FakeRedis: Using
inspect
to get__init__
paramaters #384 - Discrepancy when using xread with resp3 #393
Contributors
We'd like to thank all the contributors who worked on this release!
Full Changelog: v2.29.0...v2.30.0
v2.29.0 🌈
🚀 Features
- Implement support for
NOVALUES
forHSCAN
- Implement support for
CLIENT LIST
#376
🐛 Bug Fixes
- Fix
json.set
nx arg behavior #372 - Fix issue with
hset
not resetting expiration over field - Fix inconsistent 'pending' field in return from XINFO GROUPS #374
- Fix
TDIGEST.QUANTILE
to match redis behavior on a TDigest with one value #377 - Fix
HINCRBY
/hincrbyfloat
commands now don't remove ttl from hash key @M1ha-Shvn #381
New Contributors
- @M1ha-Shvn made their first contribution in #381
Full Changelog: v2.28.1...v2.29.0
v2.28.1
v2.28.0
🚀 Features
- implement support for
WITHSCORE
inZRANK
andZREVRANK
#357 - implement support for Connection commands
HELLO
,CLIENT SETNAME
,CLIENT GETNAME
,CLIENT ID
,CLIENT INFO
#361 - implement support for
HGETEX
,HSETEX
,HGETDEL
#365
🐛 Bug Fixes
- Fix
test_tcp_server_started
to close the connection @mgorny (#363) - [ACL] Always allow
AUTH
command @wakonig (#362) - [ACL] Provide
default
account acl on startup @wakonig (#362)
🧰 Maintenance
- Refactor hypothesis tests (#366)
Contributors
We'd like to thank all the contributors who worked on this release!
Full Changelog: v2.27.0...v2.28.0
v2.27.0 🌈
Changes
🚀 Features
- ACL commands support #338
ACL LOAD
,ACL SAVE
,ACL LIST
,ACL USERS
,ACL GETUSER
,ACL SETUSER
,ACL DELUSER
,ACL CAT
,
ACL LOG
,ACL HELP
,ACL WHOAMI
,ACL GENPASS
,ACL AUTH
,ACL LOG_RESET
,ACL LOG_COUNT
,ACL LOG_GET
,
ACL LOG_HELP
,ACL LOG_RESET
,ACL LOG_COUNT
,ACL LOG_GET
,ACL LOG_HELP
- Add support disable_decoding in async read_response #349
- Implement support for
SADDEX
, using a new set implementation with support for expiring members #350
🧰 Maintenance
- Remove end of life python 3.8 from test matrix
- Add python 3.13 to test matrix
- Improve documentation for Dragonfly/Valkey support
Contributors
We'd like to thank all the contributors who worked on this release!
Full Changelog: v2.26.2...v2.27.0
v2.26.2 🌈
🐛 Bug Fixes
- Fix bug in
xreadgroup
when stream length is less than COUNT with BLOCK #344
🧰 Maintenance
- Implement test for
SADDEX
(Dragonfly specific command) #348 - Update dependencies
Full Changelog: v2.26.1...v2.26.2
v2.26.1 🌈
v2.26.0 🌈
v2.25.1 🌈
🐛 Bug Fixes
- Fix missing default values for version/server_type in
FakeBaseConnectionMixin
#334
Full Changelog: v2.25.0...v2.25.1