redis-cli: add URI connection example (#4930)
This commit is contained in:
@@ -15,6 +15,10 @@
|
|||||||
|
|
||||||
`redis-cli -h {{host}} -p {{port}}`
|
`redis-cli -h {{host}} -p {{port}}`
|
||||||
|
|
||||||
|
- Connect to a remote server specifying an URI:
|
||||||
|
|
||||||
|
`redis-cli -u {{uri}}`
|
||||||
|
|
||||||
- Specify a password:
|
- Specify a password:
|
||||||
|
|
||||||
`redis-cli -a {{password}}`
|
`redis-cli -a {{password}}`
|
||||||
|
Reference in New Issue
Block a user