Skip to content

Commit e069e05

Browse files
authored
[ADD] redismodule-ratelimit (redis#1281)
1 parent abfe8e0 commit e069e05

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

modules.json

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -298,14 +298,24 @@
298298
],
299299
"stars": 30
300300
},
301-
{
302-
"name": "Reventis",
303-
"license": "Redis Source Available License",
304-
"repository": "https://github.com/starkdg/reventis",
305-
"description": "Redis module for storing and querying spatio-temporal event data",
306-
"authors": [
307-
"starkdg"
308-
],
309-
"stars": 2
310-
}
301+
{
302+
"name": "Reventis",
303+
"license": "Redis Source Available License",
304+
"repository": "https://github.com/starkdg/reventis",
305+
"description": "Redis module for storing and querying spatio-temporal event data",
306+
"authors": [
307+
"starkdg"
308+
],
309+
"stars": 2
310+
},
311+
{
312+
"name": "redismodule-ratelimit",
313+
"license": "MIT",
314+
"repository": "https://github.com/linfangrong/redismodule-ratelimit",
315+
"description": "Redis module that provides ratelimit",
316+
"authors": [
317+
"linfangrong"
318+
],
319+
"stars": 0
320+
}
311321
]

0 commit comments

Comments
 (0)