更新 limiter 模板

This commit is contained in:
cnwhy
2023-12-05 18:53:17 +08:00
parent 6a453a8c4a
commit f1e2a2026c
3 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -18,5 +18,7 @@ export default [
]
}`,
},
...getOtherAll("climiter", "https://gost.run/concepts/limiter/"),
...getOtherAll("climiter", "https://gost.run/concepts/limiter/", {
redisType: "set",
}),
];
+3 -1
View File
@@ -19,5 +19,7 @@ export default [
]
}`,
},
...getOtherAll("limiters", "https://gost.run/concepts/limiter/"),
...getOtherAll("limiters", "https://gost.run/concepts/limiter/", {
redisType: "set",
}),
];
+3 -1
View File
@@ -19,5 +19,7 @@ export default [
]
}`,
},
...getOtherAll("rlimiter", "https://gost.run/concepts/limiter/"),
...getOtherAll("rlimiter", "https://gost.run/concepts/limiter/", {
redisType: "set",
}),
];