Skip to content

Releases: alivx/redis-mirror

V1.0.1

23 Mar 23:28
Compare
Choose a tag to compare

Release Notes: Redis-Mirror v1.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.

Pre-Release version

06 Jan 21:04
Compare
Choose a tag to compare

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

05 Jan 20:03
Compare
Choose a tag to compare
0.1.7 Pre-release
Pre-release
Add debug to github action pipline 💩

HerYer

26 Dec 23:27
583492b
Compare
Choose a tag to compare
HerYer Pre-release
Pre-release

This is a pre-release.