Coredis

Latest version: v4.20.0

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

Scan your dependencies

Page 10 of 22

4.3.1

------
Release Date: 2022-07-23

* Bug Fix

* Fix incorrect calculation of per node connection pool size
when readonly=False
* Ensure max_connection is atleast equal to the number of nodes
in the cluster and raise a warning when it is not

4.3.0

------
Release Date: 2022-07-22

* Features

* Introduced :class:`coredis.pool.BlockingClusterConnectionPool`
* Allow passing :paramref:`~coredis.Redis.connection_pool_cls`
and :paramref:`~coredis.RedisCluster.connection_pool_cls` to pick
the connection pool implementation during client construction

* Breaking Changes

* :class:`~coredis.RedisCluster` now raises a :exc:`~coredis.exceptions.ConnectionError`
when a connection can't be acquired due to ``max_connections`` being hit.

4.2.1

------
Release Date: 2022-07-21

* Compatibility

* Add support and test coverage for PyPy 3.8.

* Bug Fix

* Ensure :meth:`coredis.RedisCluster.ensure_replication` can be used
with :paramref:`~coredis.RedisCluster.ensure_replication.replicas` <
total number of replicas

4.2.0

------
Release Date: 2022-07-20

* Bug Fix

* Fix routing of :meth:`coredis.Redis.script_kill` and
:meth:`coredis.Redis.function_kill` to only route to primaries
* Ensure all arguments expecting collections consistently
use :data:`coredis.typing.Parameters`

* Chores

* Fix ordering of keyword arguments of :meth:`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

4.1.1

------
Release Date: 2022-07-18

* Bug Fix

* Ensure lua scripts for lock recipe are included in package

4.1.0

* Feature:

* Added string commands ``decrby``, ``getdel`` & ``getex``
* Added list commands ``lmove``, ``blmove`` & ``lpos``
* Added set command ``smismember``
* Added sorted set commands ``zdiff``, ``zdiffstore``, ``zinter``, ``zmscore``,
``zpopmin``, ``zpopmax``, ``bzpopmin``, ``bzpopmax`` & ``zrandmember``
* Added geo commands ``geosearch``, ``geosearchstore``
* Added hash command ``hrandfield``
* Added support for object inspection commands ``object_encoding``, ``object_freq``, ``object_idletime`` & ``object_refcount``
* Added ``lolwut``

* Chore:
* Standardize linting against black
* Add API documentation
* Add compatibility documentation
* Add CI coverage for redis 6.0

Page 10 of 22

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.