This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new fc5d32f0 Update the redis-py version in README of kvrocks2redis tests 
(#2160)
fc5d32f0 is described below

commit fc5d32f0cd6d544bdf817c87b9cb9e7ec9a6a0e7
Author: Zakelly <[email protected]>
AuthorDate: Tue Mar 12 23:28:16 2024 +0800

    Update the redis-py version in README of kvrocks2redis tests (#2160)
    
    Co-authored-by: 纪华裕 <[email protected]>
---
 utils/kvrocks2redis/tests/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/kvrocks2redis/tests/README.md 
b/utils/kvrocks2redis/tests/README.md
index 6bc6048d..7b3b136e 100644
--- a/utils/kvrocks2redis/tests/README.md
+++ b/utils/kvrocks2redis/tests/README.md
@@ -7,7 +7,7 @@ For testing the `kvrocks2redis` utility, manually check 
generate AOF.
 * Start `kvrocks` and `kvrocks2redis`
     * [ ] TODO automatic create docker env
 * Install dependency::
-    * pip install git+https://github.com/andymccurdy/[email protected]
+    * pip install redis==4.3.6
 * Usage:
 
 ```bash

Reply via email to