Features
- Add option to enable non atomic splitting of commands in cluster
mode when the commands only deal with keys (delete, exists, touch, unlink) - Add support for sharded pub sub in cluster mode
- Add support for readonly execution of LUA scripts and redis functions
Bug Fix
- Ensure
script_load
is routed to all nodes in cluster mode - Ensure
evalsha_ro
,eval_ro
,fcall_ro
are included in readonly commands - Change version related warnings to use DeprecationWarning
Chores
- General improvements in reliability and correctness of unit tests