|
@@ -0,0 +1,35 @@
|
|
|
|
|
+[
|
|
|
|
|
+ {
|
|
|
|
|
+ "auth": "redis.root",
|
|
|
|
|
+ "host": "127.0.0.1",
|
|
|
|
|
+ "keys_pattern": "*",
|
|
|
|
|
+ "name": "localhost",
|
|
|
|
|
+ "namespace_separator": ":",
|
|
|
|
|
+ "port": 6379,
|
|
|
|
|
+ "ssh_port": 22,
|
|
|
|
|
+ "timeout_connect": 60000,
|
|
|
|
|
+ "timeout_execute": 60000
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "auth": "chuanghai.redis",
|
|
|
|
|
+ "host": "172.16.20.68",
|
|
|
|
|
+ "keys_pattern": "*",
|
|
|
|
|
+ "name": "智慧酒店",
|
|
|
|
|
+ "namespace_separator": ":",
|
|
|
|
|
+ "port": 6379,
|
|
|
|
|
+ "ssh_port": 22,
|
|
|
|
|
+ "timeout_connect": 60000,
|
|
|
|
|
+ "timeout_execute": 60000
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "auth": "chuanghai_2023.",
|
|
|
|
|
+ "host": "172.16.20.65",
|
|
|
|
|
+ "keys_pattern": "*",
|
|
|
|
|
+ "name": "宿舍redis",
|
|
|
|
|
+ "namespace_separator": ":",
|
|
|
|
|
+ "port": 6379,
|
|
|
|
|
+ "ssh_port": 22,
|
|
|
|
|
+ "timeout_connect": 60000,
|
|
|
|
|
+ "timeout_execute": 60000
|
|
|
|
|
+ }
|
|
|
|
|
+]
|