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
This commit is contained in:
Alexandre Dulaunoy 2022-05-21 10:17:58 +02:00
parent 7beed8849c
commit 439dd83fbf
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD

View file

@ -1,5 +1,5 @@
flask
flask_restx
redis
git+https://github.com/hashlookup/redis-py
nserver