mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 22:51:13 +03:00
Redis-cli: Condense, add note about default port.
This commit is contained in:
parent
c0dad323d9
commit
52560585f9
@ -6,9 +6,12 @@
|
||||
|
||||
`redis-cli`
|
||||
|
||||
- Connect to a remote server:
|
||||
- Connect to a remote server on the default port (6379):
|
||||
|
||||
`redis-cli -h {{host}}`
|
||||
|
||||
- Connect to a remote server specifying a port number:
|
||||
|
||||
`redis-cli -h {{host}} -p {{port}}`
|
||||
|
||||
- Specify a password:
|
||||
|
Loading…
Reference in New Issue
Block a user