redis-shake工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
chenyang8094 fdf9f5d54e
Add CI (#411)
3 years ago
..
launcher add regression testing & improve document (#356) 3 years ago
README.md add regression testing & improve document (#356) 3 years ago
main.py Add CI (#411) 3 years ago
requirements.txt Add CI (#411) 3 years ago

README.md

we need python version >=3.5 and < 3.9.

install deps & run

conda create -n redis-shake python=3.8
conda activate redis-shake 
pip install -r requirements.txt
python main.py

update requirements.txt:

pipreqs --force