From 0a88b1f31f8ecb06a1a9bc8c01582d299f73f121 Mon Sep 17 00:00:00 2001 From: linfangrong Date: Tue, 21 Apr 2020 11:42:19 +0800 Subject: [PATCH] [ADD] redismodule-ratelimit --- modules.json | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/modules.json b/modules.json index c0a7ace5f0..c571137c32 100644 --- a/modules.json +++ b/modules.json @@ -298,14 +298,24 @@ ], "stars": 30 }, - { - "name": "Reventis", - "license": "Redis Source Available License", - "repository": "https://github.com/starkdg/reventis", - "description": "Redis module for storing and querying spatio-temporal event data", - "authors": [ - "starkdg" - ], - "stars": 2 - } + { + "name": "Reventis", + "license": "Redis Source Available License", + "repository": "https://github.com/starkdg/reventis", + "description": "Redis module for storing and querying spatio-temporal event data", + "authors": [ + "starkdg" + ], + "stars": 2 + }, + { + "name": "redismodule-ratelimit", + "license": "MIT", + "repository": "https://github.com/linfangrong/redismodule-ratelimit", + "description": "Redis module that provides ratelimit", + "authors": [ + "linfangrong" + ], + "stars": 0 + } ]