Redis-dict

Latest version: v3.2.4

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

Scan your dependencies

Page 1 of 5

3.2.4

Valkey Compatibility:

- Added a CI pipeline with Valkey instead of Redis to test and verify compatibility with Valkey.
- Added badge to readme to show valkey compatibility.
- Added start scripts for Valkey for testing and development.

3.2.3

Updated the readme:

- Fixed deadlinks
- Added internal links
- Added security text

3.2.2

This release is special in the sense that the title encapsulates the updates included.
But for brevity here are the release notes:

This release adds a README badge and includes several updates to the README file. Changes include:

* Added README badge
* Updated various sections of the README"

3.2.1

This release includes dependency updates and configuration fixes. The following changes have been made:

**Python Build Version**: Pinned to Python 3.11 to resolve an ImportError with the cryptography package in Python 3.13.

**Cryptography Update**: Development dependencies have been updated to use cryptography 44.0.1.

**Code Coverage Accuracy**: Stopped CodeCov from checking if tests are tested by tests. This change provides more accurate representation of the project's test coverage.

85 86 88

3.2.0

This release focused on adding Python dictionary behavior to Redis Dict. Two missing features have been addressed:

1. **Raise-on-Delete Flag:** Redis Dict will now have a new boolean flag, `raise_key_error_delete`. When set to `True`, Redis Dict will raise a `KeyError` when attempting to delete a key that has already been deleted. While this behavior might not be always ideal in distributed computing scenarios it is how python dictionary behaves. Thanks to Pydes-boop for raising the issue and providing the solution.
2. **Python Redis Dict:** This new Python Redis Dict aims to be a direct drop-in replacement for a standard Python dictionary. It will support insertion order and future updates will include typed keys and nested support for complete compatibility. enzoBrum for analysing the issue and bringing up the issue

51
46

3.1.2

Added security check through the library [bandit](https://github.com/PyCQA/bandit) during CI, And build process.

Page 1 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.