Releases: cunla/fakeredis-py
Releases · cunla/fakeredis-py
v2.23.1 🌈
🐛 Bug Fixes
- Fix
XREAD
behavior whenCOUNT
is not provided butBLOCKING
is provided #308
Full Changelog: v2.23.0...v2.23.1
v2.23.0 🌈
🚀 Features
- Support for TDigest
commands:TDIGEST.ADD
,TDIGEST.BYRANK
,TDIGEST.BYREVRANK
,TDIGEST.CDF
,TDIGEST.CREATE
,TDIGEST.INFO
,
TDIGEST.MAX
,TDIGEST.MERGE
,TDIGEST.MIN
,TDIGEST.QUANTILE
,TDIGEST.RANK
,TDIGEST.RESET
,TDIGEST.REVRANK
,
TDIGEST.TRIMMED_MEAN
.
🐛 Bug Fixes
- Import
Self
from typing vs. typing_extension
🧰 Maintenance
Contributors
We'd like to thank all the contributors who supported the work on this release! @noamkush
Full Changelog: v2.22.0...v2.23.0
v2.22.0 🌈
Changes
🚀 Features
- Support for setting LUA version from environment variable
FAKEREDIS_LUA_VERSION
#287 - Support for loading LUA binary modules in fakeredis #304
🐛 Bug Fixes
- Fix the type hint for the version parameter in the async client #302
- Using LUA 5.1 like real redis #287
- fix: FakeRedisMixin.from_url() return type is really Self. @ben-xo #305
Full Changelog: v2.21.3...v2.22.0
v2.21.3 🌈
🐛 Bug Fixes
- Revert behavior of defaulting to share the same server data structure between connections @howamith #303
- Fix type hint for version #302
Full Changelog: v2.21.2...v2.21.3
v2.21.2 🌈
Changes
🐛 Bug Fixes
- Connection params are defaulted to be the same between async and sync connections #290
xinfo_stream
raises exception when stream does not exist #296
Full Changelog: v2.21.1...v2.21.2
v2.21.1 🌈
🐛 Bug Fixes
- Support for float timeout values #289
🧰 Maintenance
- Fix django cache documentation #286
Contributors
We'd like to thank all the contributors who worked on this release!
Full Changelog: v2.21.0...v2.21.1
v2.21.0 🌈
🚀 Features
- Implement all TOP-K commands (
TOPK.INFO
,TOPK.LIST
,TOPK.RESERVE
,
TOPK.ADD
,TOPK.COUNT
,TOPK.QUERY
,TOPK.INCRBY
) #278 - Implement all cuckoo filter commands #276
- Implement all Count-Min Sketch commands #277
🐛 Bug Fixes
Full Changelog: v2.20.1...v2.21.0
v2.20.1 🌈
🐛 Bug Fixes
- Fix
XREAD
bug #256
🧰 Maintenance
- Testing for python 3.12
- Dependencies update
Full Changelog: v2.20.0...v2.20.1
v2.20.0 🌈
Changes
🚀 Features
Contributors
We'd like to thank all the contributors who worked on this release!
Full Changelog: v2.19.0...v2.20.0
v2.19.0 🌈
🚀 Features
- Implement Bloom filters commands #239
🐛 Bug Fixes
- Fix error on blocking XREADGROUP #237
Full Changelog: v2.18.1...v2.19.0