Skip to content

Releases: alisaifee/coredis

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

2.0.1

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

Bug Fix:

  • Ensure installation succeeds without gcc

2.0.0

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

Add support for python 3.10