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