mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
Added more to redis-cli command
This commit is contained in:
parent
49e4e7be6f
commit
6c9c9956ad
1 changed files with 5 additions and 1 deletions
|
@ -13,4 +13,8 @@
|
|||
|
||||
- Specify a password
|
||||
|
||||
`redis-cli -a {{password}}`
|
||||
`redis-cli -a {{password}}`
|
||||
|
||||
- Executes Redis command
|
||||
|
||||
`redis-cli {{redis command}}`
|
Loading…
Add table
Reference in a new issue