Coredis

Latest version: v4.20.0

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

Scan your dependencies

Page 17 of 22

3.2.0

------
Release Date: 2022-04-02

* Features

* New APIs:

* Server:

* ``Redis.latency_histogram``
* ``Redis.module_list``
* ``Redis.module_load``
* ``Redis.module_unload``

* Connection:

* ``Redis.client_no_evict``

* Cluster:

* ``Redis.cluster_shards``
* ``Redis.readonly``
* ``Redis.readwrite``

* Micro optimization to use bytestrings for all hardcoded tokens
* Add type hints for pipeline classes
* Remove hardcoded pipeline blocked commands

* Bug Fix

* Disable version checking by default
* Fix incorrect key names for server commands

* Chores

* Move publishing steps to CI
* More typing related cleanups
* Refactor parsers into a separate module
* Improve test coverage to cover non decoding clients

3.1.1

------
Release Date: 2022-03-24

* Bug Fix

* Fix extracting version/protocol with binary clients

* Features

* New APIs:

* ``Redis.cluster_addslotsrange``
* ``Redis.cluster_delslotsrange``
* ``Redis.cluster_links``
* ``Redis.cluster_myid``

3.1.0

------
Release Date: 2022-03-23

* Features

* Added support for functions
* Added runtime checks to bail out early if server version doesn't support the command
* Deprecate custom cluster methods
* Issue warning when a deprecated redis command is used
* Add support for ``RESP3`` protocol

* New APIs:

* Scripting:

* ``Redis.fcall``
* ``Redis.fcall_ro``
* ``Redis.function_delete``
* ``Redis.function_dump``
* ``Redis.function_flush``
* ``Redis.function_kill``
* ``Redis.function_list``
* ``Redis.function_load``
* ``Redis.function_restore``
* ``Redis.function_stats``

* Server:

* ``Redis.command_docs``
* ``Redis.command_getkeysandflags``
* ``Redis.command_list``

3.0.3

------
Release Date: 2022-03-21

* Bug Fix

* Fix autoselection of hiredis when available

3.0.2

------
Release Date: 2022-03-21

* Bug Fix

* Fix incorrect response type for :meth:`coredis.Redis.exists` (:issue:`24`)

3.0.1

------
Release Date: 2022-03-21

* Bug Fix

* Ensure all submodules are included in package (:issue:`23`)
* Fix conversation of datetime object to pxat value for set command

* Chores

* Re-add examples folder
* Tweak type hints
* Make ``scan_iter`` arguments consistent with ``scan``

Page 17 of 22

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.