Coredis

Latest version: v4.20.0

Safety actively analyzes 723799 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 15 of 22

3.6.0

------
Release Date: 2022-05-15

* Features

* Add option to enable non atomic splitting of commands in cluster
mode when the commands only deal with keys (delete, exists, touch, unlink)
(:paramref:`~coredis.RedisCluster.non_atomic_crossslot`)
* Add support for sharded pub sub in cluster mode (:meth:`~coredis.RedisCluster.sharded_pubsub`)
* Add support for readonly execution of LUA scripts and redis functions

* Bug Fix

* Ensure :meth:`~coredis.RedisCluster.script_load` is routed to all nodes in cluster mode
* Ensure :meth:`~coredis.RedisCluster.evalsha_ro`, :meth:`~coredis.RedisCluster.eval_ro`, :meth:`~coredis.RedisCluster.fcall_ro`
are included in readonly commands for cluster readonly mode.
* Change version related warnings to use :exc:`DeprecationWarning`

* Chores

* General improvements in reliability and correctness of unit tests

3.5.1

------
Release Date: 2022-05-12

* Bug Fix

* Fix type annotation for :attr:`coredis.response.types.PubSubMessage.data` to include int
for server responses to subscribe/unsubscribe/psubscribe/punsubscribe

3.5.0

------
Release Date: 2022-05-10

* Features

* Added :meth:`coredis.commands.Library.wraps` and :meth:`coredis.commands.Script.wraps` decorators
for creating strict signature wrappers for lua scripts and
functions.
* Add :meth:`~coredis.commands.Script.__call__` method to :class:`coredis.commands.Script` so it can be called
directly without having to go through :meth:`coredis.commands.Script.execute`
* Improve type safety with regards to command methods accepting
multiple keys or values. These were previously annotated as
accepting either ``Iterable[KeyT]`` or ``Iterable[ValueT]`` which
would allow strings or bytes to be passed. These are now changed to
``Parameters[KeyT]`` or ``Parameter[ValueT]`` respectively which only
allow a restricted set of collections and reject strings and bytes.

* Breaking Changes

* Removed custom client side implementations for cross slot cluster methods.
These methods will now use the regular cluster implementation and raise
and error if the keys don't map to the same shard.
* :paramref:`coredis.Redis.verify_version` on both :class:`~coredis.Redis` &
:class:`~coredis.RedisCluster` constructors will
default to ``True`` resulting in warnings being emitted for using
deprecated methods and preemptive exceptions being raised when calling
methods against server versions that do not support them.
* Dropped support for redis server versions less than 6.0
* A large chunk of utility / private code has been moved into
private namespaces

* Chores

* Refactor response transformation to use inlined callbacks
to improve type safety.

* Bug Fixes

* Ensure protocol_version, decoding arguments are consistent
across different construction methods.
* Synchronize parameters for replacing library code between :class:`coredis.commands.Library`
constructor and :meth:`coredis.Redis.register_library`

3.4.7

------
Release Date: 2022-05-04

* Chores

* Update CI to use official 7.0 release for redis
* Update CI to use 7.0.0-RC4 image for redis-stack

* Bug Fix

* Fix key spec extraction for commands using kw search

3.4.6

------
Release Date: 2022-04-30

* Bug Fixes

* Ensure protocol_version is captured for constructions with from_url
* Fix command name for module_loadex method

3.4.5

------
Release Date: 2022-04-22

* Chore

* Fix incorrect type annotations for primitive callbacks
* Update test matrix in CI with python 3.11 a7
* Update documentation to provide a slightly more detailed
background around the project diversion

* Experiments

* Add basic support for KeyDB

Page 15 of 22

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.