Releases: alisaifee/coredis
Releases · alisaifee/coredis
3.0.3
3.0.2
3.0.1
3.0.0
2.3.1
2.3.0
2.2.3
2.2.2
2.2.1
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
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