This commit is contained in:
cnwhy
2023-12-18 16:49:19 +08:00
parent 7946b29c1a
commit 62e7b8b0de
+1 -1
View File
@@ -14,7 +14,7 @@ export const getRedisTemplate = (name: string, type?: string) => {
"addr": "127.0.0.1:6379",
"db": "1",
"password": "123456",
${type ? `"type": ${type}` : ""}
${type ? `"type": "${type}"` : ""}
"key": "gost:${name}-0"
}
}`;