From 439dd83fbfa829c9c7df57eabe237b87a4d8c664 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 21 May 2022 10:17:58 +0200 Subject: [PATCH] chg: [requirements] to the hashlookup version of redis-py as hashlookup server relies on kvrocks. The `scan` command works a bit different which causes some issues with the original scan. Now we use the fork which supports properly the `scan` and the specific cursor name given by kvrocks. ref: https://github.com/apache/incubator-kvrocks/discussions/417 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0bb0561..58388be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ flask flask_restx -redis +git+https://github.com/hashlookup/redis-py nserver