Releases: alisaifee/coredis
Releases · alisaifee/coredis
3.11.0
Features
- Added
noreply
option to Redis & RedisCluster constructors
to allow using the client without waiting for response from the
server - Build wheels for all architectures supported by cibuildwheel
Deprecations / Removals
- Remove deprecated sentinel methods
- Add warnings for
client_setname
,client_reply
andauth
commands
Bug Fixes
- Fix missing
protocol_version
in cluster pipeline code paths
3.10.1
Chores
- Documentation tweaks
3.10.0
Features
- Expose ssl parameters in RedisCluster constructor
- Expose ssl_check_hostname parameter in Redis/RedisCluster constructors
- Separate opt-in cache behaviors into protocols leaving AbstractCache
as the minimal implementation required - Expose cache stats
- Allow TrackingCache.dynamic_confidence to increase confidence up to 100% instead
of capping it at the original confidence value provided
Chores
- Improve documentation for caching
- Improve test coverage for ssl connections
- Add test coverage for cluster ssl clients
3.9.3
Features
- Expose cache parameter to Sentinel managed clients
Bug Fix
- Handle error parsing command not found exception
3.9.2
Features
- Add option to define confidence in cached entries
3.9.1
Features
- Extend coverage of cachable commands
- Expose option to share TrackingCache between client
3.9
Features
- Add support for client side caching
3.8.12
Features
- Add support for sharded pubsub for redis 7.0.1
- Expose verify_version parameter to from_url factory function
Experiments
- Extend CI coverage for keydb & dragonfly
3.8.11
Bug Fixes
- Fix support for HELLO SETNAME
- Fix routing of ACL SAVE in cluster mode
Chores
- Improved test coverage for server commands
3.8.10
Features
- New
nodenames
parameter added to sentinel_info_cache
Chores
- Added redis 7.0 to sentinel test coverage matrix