瀏覽代碼

上传文件

夏文涛 1 年之前
父節點
當前提交
a607650a94
共有 1 個文件被更改,包括 35 次插入0 次删除
  1. 35 0
      src/main/resources/mapper/template/redis.json

+ 35 - 0
src/main/resources/mapper/template/redis.json

@@ -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
+    }
+]