From 9c02faf67c52b590b49a65e80ecc18db267fd923 Mon Sep 17 00:00:00 2001 From: yihong Date: Mon, 30 Dec 2019 13:41:50 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30151ad5..3cbc622b 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ You can `tail -f iredis.log` to see logs, the log is pretty clear, you can see w ### Command Reference -There is a full Redis command list in [commands.csv](commands.csv) file, downloaded by: +There is a full Redis command list in [commands.csv](docs/commands.csv) file, downloaded by: ``` python scripts/download_redis_commands.py > data/commands.csv @@ -73,7 +73,7 @@ python scripts/download_redis_commands.py > data/commands.csv `commands.csv` is here only for test if redis.io was updated, do not package it into release. -Current implemented commands: [command_syntax.csv](command_syntax.csv). +Current implemented commands: [command_syntax.csv](iredis/data/command_syntax.csv). ## Planned Features