Features
- Add support for RedisGraph module
- Allow overriding the default stream_timeout
when using a pipeline - Check argument versions for compatibility and
raise appropriate errors if an argument is used
on an older server version which doesn't support it.
Bug Fix
- Handle pause/resume callbacks from Transport
and pause sending subsequent commands until
the transport buffer is resumed. - Handle RESP3 response for
~coredis.Redis.command
- Update
~coredis.ConnectionPool.from_url
&
~coredis.ClusterConnectionPool.from_url
to support
all constructor arguments
Chores
- Add redis-stack@edge to compatibility matrix in CI