Redismirror

Latest version: v1.0.1

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

Scan your dependencies

1.1.0

We are excited to announce the release of **`redis-mirror`** version 1.1.0. This release brings new features and improvements that make it even easier to mirror traffic from one Redis instance to another for debugging and investigation purposes.

**New Features**

1. **Replace Keys in Destination Instance**: The **`-replace`** option allows you to replace existing keys in the destination Redis instance when mirroring.
2. **Mirroring Keys with TTL**: The **`-ttl`** option enables you to mirror keys along with their Time to Live (TTL) values.
3. **Mirroring Keys with Custom TTL**: The **`-ttle`** option followed by a custom value allows you to increase the TTL value for each key being mirrored.
4. **Limiting the Number of Mirrored Keys**: The **`-limit`** option enables you to limit the number of keys being mirrored.

**Improvements**

1. **Enhanced Documentation**: We have updated our documentation to include a comprehensive tutorial with six practical examples to help users get started with **`redis-mirror`** quickly.
2. **Bug Fixes and Performance Enhancements**: This release includes various bug fixes and performance enhancements that improve the overall stability and performance of the tool.

**Upgrade Instructions**

To upgrade your current **`redis-mirror`** installation, use the following command:


pip install --upgrade redismirror



If you are new to **`redis-mirror`**, you can install it using:


pip install redismirror



We would like to thank our users for their valuable feedback and contributions to this project. Your support has been instrumental in driving the development of **`redis-mirror`**. Please continue providing your feedback and suggestions to help us make the tool even better in future releases.

1.0.1

1.0.0

3418a98 Add new option ✨ replace key if exists, Update readme file πŸ“
6a740ea Replace old πŸ’© with new approach ✨, + improve the ⚑️
1a70f0d Add GitHub action to deploy the package to PyPI πŸš€
1b73fe3 πŸ”₯ Remove VERSION file, Setting version from setup.py
8eb635b Update setup.py πŸš€, and README.md πŸ“, with the latest improvement
7d21ec7 ✨ add a counter option to the script
88e9374 Add πŸ›‚ auth option to redis connection
079b75f πŸ“ update setup.py and split the code into two files to simplify the development process
b579de1 Remove cement πŸ”₯and start using click ✨

0.1.7

0.0.13

This is a pre-release.

Links

Releases

Β© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.