Skip to content

Releases: alisaifee/coredis

3.0.3

22 Apr 01:28
3.0.3
Compare
Choose a tag to compare

Bug Fix

  • Fix autoselection of hiredis when available

3.0.2

22 Apr 01:28
3.0.2
Compare
Choose a tag to compare

Bug Fix

  • Fix incorrect response type for 24)

3.0.1

22 Apr 01:28
3.0.1
Compare
Choose a tag to compare

Bug Fix

  • Ensure all submodules are included in package
  • Fix conversation of datetime object to pxat value for set command

Chores

  • Re-add examples folder
  • Tweak type hints
  • Make scan_iter arguments consistent with scan

3.0.0

22 Apr 01:28
3.0.0
Compare
Choose a tag to compare
tagging version 3.0.0

2.3.1

22 Apr 01:28
2.3.1
Compare
Choose a tag to compare

Chore:

  • Standardize doc themes

2.3.0

22 Apr 01:27
2.3.0
Compare
Choose a tag to compare

Final release maintaining backward compatibility with aredis_

Chore:

  • Add test coverage for uvloop
  • Add test coverage for hiredis
  • Extract tests to use docker-compose
  • Add tests for basic authentication

2.2.3

22 Apr 01:27
2.2.3
Compare
Choose a tag to compare

Bug fix:

  • Fix stalled connection when only username is provided

2.2.2

22 Apr 01:27
2.2.2
Compare
Choose a tag to compare

Bug fix:

  • Fix failure to authenticate when just using password

2.2.1

22 Apr 01:27
2.2.1
Compare
Choose a tag to compare

This release brings in pending pull requests from
the original aredis_ repository and updates the signatures
of all implemented methods to be synchronized (as much as possible)
with the official redis documentation.

Feature (extracted from pull requests in aredis_):

  • Add option to provide client_name
  • Add support for username/password authentication
  • Add BlockingConnectionPool

2.1.0

22 Apr 01:27
2.1.0
Compare
Choose a tag to compare

This release attempts to update missing command
coverage for common datastructures and gets closer
to redis-py version 4.1.0

Feature:

  • Added string commands decrby, getdel & getex
  • Added list commands lmove, blmove & lpos
  • Added set command smismember
  • Added sorted set commands zdiff, zdiffstore, zinter, zmscore,
    zpopmin, zpopmax, bzpopmin, bzpopmax & zrandmember
  • Added geo commands geosearch, geosearchstore
  • Added hash command hrandfield
  • Added support for object inspection commands object_encoding, object_freq, object_idletime & object_refcount
  • Added lolwut

Chore:

  • Standardize linting against black
  • Add API documentation
  • Add compatibility documentation
  • Add CI coverage for redis 6.0