diff --git a/common/redis-cli.md b/common/redis-cli.md index 0b7fffcc4..6d4ab0c3f 100644 --- a/common/redis-cli.md +++ b/common/redis-cli.md @@ -13,4 +13,8 @@ - Specify a password -`redis-cli -a {{password}}` \ No newline at end of file +`redis-cli -a {{password}}` + +- Executes Redis command + +`redis-cli {{redis command}}` \ No newline at end of file