mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 11:06:00 +02:00
redis-cli: add new argument -c (#5022)
This commit is contained in:
parent
f6748fd090
commit
5ccf69e1c3
1 changed files with 4 additions and 0 deletions
|
@ -26,3 +26,7 @@
|
|||
- Execute Redis command:
|
||||
|
||||
`redis-cli {{redis_command}}`
|
||||
|
||||
- Connect to the local cluster:
|
||||
|
||||
`redis-cli -c`
|
||||
|
|
Loading…
Add table
Reference in a new issue