Bug Fix
- Fix routing of
coredis.Redis.script_kill
andcoredis.Redis.function_kill
to only route to primaries - Ensure all arguments expecting collections consistently use
coredis.typing.Parameters
Chores
- Fix ordering of keyword arguments of
coredis.Redis.set
to be consistent with command documentation - Improve documentation regarding request routing and repsonse merging for cluster multi node and multi shard commands
- Sort all literal annotations