1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

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

This commit is contained in:
Peter Tripp 2016-01-20 03:39:49 -08:00
parent c0dad323d9
commit 52560585f9

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: