Skip to content

V1.0.1

Latest
Compare
Choose a tag to compare
@alivx alivx released this 23 Mar 23:28
· 34 commits to master since this release

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.