Features
- Added
noreplyoption 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_replyandauth
commands
Bug Fixes
- Fix missing
protocol_versionin cluster pipeline code paths