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

redis-cli: add URI connection example (#4930)

This commit is contained in:
Jonas Brusman 2020-11-04 15:39:54 +01:00 committed by GitHub
parent 0c9f1209d1
commit c316c2627d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}`