mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 20:55:34 +02:00
redis-cli: add URI connection example (#4930)
This commit is contained in:
parent
0c9f1209d1
commit
c316c2627d
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
|||
|
||||
`redis-cli -h {{host}} -p {{port}}`
|
||||
|
||||
- Connect to a remote server specifying an URI:
|
||||
|
||||
`redis-cli -u {{uri}}`
|
||||
|
||||
- Specify a password:
|
||||
|
||||
`redis-cli -a {{password}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue