Redis-cli: Condense, add note about default port.

waldyrious/alt-syntax
Peter Tripp 2016-01-20 03:39:49 -08:00
parent c0dad323d9
commit 52560585f9
1 changed files with 4 additions and 1 deletions

View File

@ -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: