Coredis

Latest version: v4.18.0

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

Scan your dependencies

Page 12 of 22

3.11.0

-------
Release Date: 2022-06-25

* Features

* Added :paramref:`coredis.Redis.noreply` and :paramref:`coredis.RedisCluster.noreply` option
to Redis & RedisCluster constructors to allow using the client without waiting for response from the
server
* Build wheels for all architectures supported by cibuildwheel


* Deprecations / Removals

* Remove deprecated sentinel methods
* Add warnings for :meth:`~coredis.Redis.client_setname`, :meth:`~coredis.Redis.client_reply`
and :meth:`~coredis.Redis.auth` commands

* Bug Fixes

* Fix missing :data:`protocol_version` in cluster pipeline code paths

3.10.1

-------
Release Date: 2022-06-18

* Chores

* Documentation tweaks

3.10.0

-------
Release Date: 2022-06-18

* Features

* Expose ssl parameters in :class:`coredis.RedisCluster` constructor
* Expose :paramref:`~coredis.Redis.ssl_check_hostname` parameter in Redis/RedisCluster constructors
* Separate opt-in cache behaviors into protocols leaving :class:`~coredis.cache.AbstractCache`
as the minimal implementation required
* Expose cache stats through the :data:`~coredis.cache.TrackingCache.stats` property, returning
a :class:`~coredis.cache.CacheStats` dataclass.
* Allow :paramref:`~coredis.cache.TrackingCache.dynamic_confidence` to increase cache confidence up to
100% instead of capping it at the original :paramref:`~coredis.cache.TrackingCache.confidence` value provided

* Chores

* Improve documentation for caching
* Improve test coverage for ssl connections
* Add test coverage for cluster ssl clients

3.9.3

------
Release Date: 2022-06-15

* Features

* Expose :paramref:`~coredis.sentinel.Sentinel.cache` parameter to Sentinel managed clients

* Bug Fix

* Handle error parsing command not found exception

3.9.2

------
Release Date: 2022-06-14

* Features

* Add option to define confidence in cached entries

3.9.1

------
Release Date: 2022-06-13

* Features

* Extend coverage of cachable commands
* Expose option to share TrackingCache between client

Page 12 of 22

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.