hashlookup-server/requirements.txt
Alexandre Dulaunoy 439dd83fbf
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
2022-05-21 10:17:58 +02:00

5 lines
70 B
Text

flask
flask_restx
git+https://github.com/hashlookup/redis-py
nserver