Skip to content

Releases: cunla/fakeredis-py

v2.23.1 🌈

12 May 22:09
d19efca
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix XREAD behavior when COUNT is not provided but BLOCKING is provided #308

Full Changelog: v2.23.0...v2.23.1

v2.23.0 🌈

05 May 12:33
c931d1f
Compare
Choose a tag to compare

🚀 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

  • Update dependencies
  • Add redis-py 5.0.4 to tests
  • Update lupa version constraint #306 @noamkush

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 🌈

19 Apr 20:51
1e52036
Compare
Choose a tag to compare

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

@ben-xo

Full Changelog: v2.21.3...v2.22.0

v2.21.3 🌈

12 Mar 12:50
3f45039
Compare
Choose a tag to compare

🐛 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 🌈

10 Mar 15:40
c7043e6
Compare
Choose a tag to compare

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 🌈

15 Feb 14:53
777b13a
Compare
Choose a tag to compare

🐛 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!

@ldkv

Full Changelog: v2.21.0...v2.21.1

v2.21.0 🌈

31 Jan 00:30
688618b
Compare
Choose a tag to compare

🚀 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

  • Fix XREAD blocking bug #274 #275
  • EXAT option does not work #279

Full Changelog: v2.20.1...v2.21.0

v2.20.1 🌈

13 Dec 13:16
6a5ae53
Compare
Choose a tag to compare

🐛 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 🌈

21 Oct 20:42
b5c7864
Compare
Choose a tag to compare

Changes

🚀 Features

  • Implement BITFIELD (#247)
  • Implement COMMAND, COMMAND INFO, COMMAND COUNT (#248)

Contributors

We'd like to thank all the contributors who worked on this release!

@fcr--

Full Changelog: v2.19.0...v2.20.0

v2.19.0 🌈

25 Sep 21:50
18024d9
Compare
Choose a tag to compare

🚀 Features

  • Implement Bloom filters commands #239

🐛 Bug Fixes

  • Fix error on blocking XREADGROUP #237

Full Changelog: v2.18.1...v2.19.0