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