Skip to content

Commit

Permalink
更新 limiter 模板
Browse files Browse the repository at this point in the history
  • Loading branch information
汪航洋 committed Dec 5, 2023
1 parent 39c2933 commit 73e9487
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/templates/climiters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ export default [
]
}`,
},
...getOtherAll("climiter", "https://gost.run/concepts/limiter/"),
...getOtherAll("climiter", "https://gost.run/concepts/limiter/", {
redisType: "set",
}),
];
4 changes: 3 additions & 1 deletion src/templates/limiters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ export default [
]
}`,
},
...getOtherAll("limiters", "https://gost.run/concepts/limiter/"),
...getOtherAll("limiters", "https://gost.run/concepts/limiter/", {
redisType: "set",
}),
];
4 changes: 3 additions & 1 deletion src/templates/rlimiters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ export default [
]
}`,
},
...getOtherAll("rlimiter", "https://gost.run/concepts/limiter/"),
...getOtherAll("rlimiter", "https://gost.run/concepts/limiter/", {
redisType: "set",
}),
];

0 comments on commit 73e9487

Please sign in to comment.