diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/redis-cli/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/redis-cli/README.md b/plugins/redis-cli/README.md index f6e947f4c..64956df13 100644 --- a/plugins/redis-cli/README.md +++ b/plugins/redis-cli/README.md @@ -9,6 +9,6 @@ plugins=(... redis-cli) ``` ## Requirements -In order to make this work, you will need to have the redis installed. +In order to make this work, you will need to have redis installed. More info on the usage and install: https://redis.io/topics/quickstart |