Merge "Add port 16379 to conf.sample"
This commit is contained in:
commit
adff356315
@ -227,7 +227,7 @@ device_path = /dev/vdb
|
|||||||
[redis]
|
[redis]
|
||||||
# Format (single port or port range): A, B-C
|
# Format (single port or port range): A, B-C
|
||||||
# where C greater than B
|
# where C greater than B
|
||||||
tcp_ports = 6379
|
tcp_ports = 6379, 16379
|
||||||
# redis uses local storage
|
# redis uses local storage
|
||||||
volume_support = False
|
volume_support = False
|
||||||
# default device_path = None
|
# default device_path = None
|
||||||
|
@ -222,7 +222,7 @@ ignore_dbs = mysql, information_schema, performance_schema
|
|||||||
|
|
||||||
|
|
||||||
[redis]
|
[redis]
|
||||||
tcp_ports = 6379
|
tcp_ports = 6379, 16379
|
||||||
#redis uses local storage
|
#redis uses local storage
|
||||||
volume_support = False
|
volume_support = False
|
||||||
# default device_path = None
|
# default device_path = None
|
||||||
|
Loading…
Reference in New Issue
Block a user