Skip to content

Releases: cunla/fakeredis-py

v2.12.0 🌈

08 May 00:58
f3fe513
Compare
Choose a tag to compare

Changes

🚀 Features

  • Implement XREAD (#147)

Full Changelog: v2.11.2...v2.12.0

v2.11.2 🌈

29 Apr 14:55
dfb686d
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Unique FakeServer when no connection params are provided (#142)

Full Changelog: v2.11.1...v2.11.2

v2.11.1 🌈

25 Apr 17:11
862d00a
Compare
Choose a tag to compare

Changes

  • Minor fixes supporting multiple connections
  • Update documentation

Full Changelog: v2.11.0...v2.11.1

v2.11.0 🌈

22 Apr 21:30
7a5797a
Compare
Choose a tag to compare

🚀 Features

  • connection parameters awareness:
    Creating multiple clients with the same connection parameters will result in the same server data structure.

🧰 Bug Fixes

  • Fix creating fakeredis.aioredis using url with user/password (#139)

Contributors

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

@markuspinter

Full Changelog: v2.10.3...v2.11.0

v2.10.3 🌈

03 Apr 23:14
696ba39
Compare
Choose a tag to compare

Changes

🧰 Maintenance

  • Support for redis-py 5.0.0b1
  • Include tests in sdist (#133)

🐛 Bug Fixes

  • Fix import used in GenericCommandsMixin.randomkey (#135)

Contributors

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

@cunla, @mgorny and @mudetz

Full Changelog: v2.10.2...v2.10.3

v1.10.2

03 Apr 23:10
7a83b89
Compare
Choose a tag to compare

What's Changed

  • Fix/v1.10.1/random import generic commands mixin by @mudetz in #136

Full Changelog: v1.10.1...v1.10.2

v2.10.2 🌈

22 Mar 00:56
b4e2626
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix async_timeout usage on py3.11 (#132)

Full Changelog: v2.10.1...v2.10.2

v2.10.1 🌈

15 Mar 19:43
16ef961
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Enable testing django-cache using FakeConnection.

Full Changelog: v2.10.0...v2.10.1

v2.10.0 🌈

04 Mar 15:30
420606f
Compare
Choose a tag to compare

🚀 Features

  • All geo commands implemented

Full Changelog: v2.9.2...v2.10.0

v2.9.2 🌈

20 Feb 17:16
0809506
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix bug for xrange

Full Changelog: v2.9.0...v2.9.2