Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,20 +1,20 @@
# redis-cli
> Opens a connection to a Redis server
> Opens a connection to a Redis server.
- Connect to the local server
- Connect to the local server:
`redis-cli`
- Connect to a remote server
- Connect to a remote server:
`redis-cli -h {{host}}`
`redis-cli -h {{host}} -p {{port}}`
- Specify a password
- Specify a password:
`redis-cli -a {{password}}`
- Executes Redis command
- Executes Redis command:
`redis-cli {{redis command}}`