Merge pull request #238 from bartekrutkowski/next-release
Correct the redis protocol in sample config.
This commit is contained in:
commit
e9e0b70199
@ -117,9 +117,9 @@ http:
|
||||
|
||||
# Connection to the Redis server.
|
||||
redis:
|
||||
# Syntax: tcp://[db[:password]@]hostname[:port]
|
||||
# Syntax: redis://[db[:password]@]hostname[:port]
|
||||
#
|
||||
# Default: tcp://localhost:6379
|
||||
# Default: redis://localhost:6379
|
||||
#uri: ''
|
||||
|
||||
# Directory containing the database of XO.
|
||||
|
Loading…
Reference in New Issue
Block a user