Skip to content

Commit

Permalink
Merge pull request #828 from itamarhaber/modules
Browse files Browse the repository at this point in the history
Adds some Redis modules
  • Loading branch information
badboy committed May 12, 2017
2 parents b8a9e38 + 2fb01d7 commit c6165e4
Showing 1 changed file with 81 additions and 0 deletions.
81 changes: 81 additions & 0 deletions modules.json
Expand Up @@ -8,6 +8,87 @@
"stars": 9
},

{
"name": "redis-cell",
"license" : "MIT",
"repository": "https://github.com/brandur/redis-cell",
"description": "A Redis module that provides rate limiting in Redis as a single command.",
"authors": ["brandur"],
"stars": 164
},

{
"name": "Redis Graph",
"license" : "AGPL",
"repository": "https://github.com/swilly22/redis-module-graph",
"description": "A graph database with a Cypher-based querying language",
"authors": ["swilly22"],
"stars": 120
},

{
"name": "redis-tdigest",
"license" : "MIT",
"repository": "https://github.com/usmanm/redis-tdigest",
"description": "t-digest data structure wich can be used for accurate online accumulation of rank-based statistics such as quantiles and cumulative distribution at a point.",
"authors": ["usmanm"],
"stars": 29
},

{
"name": "ReJSON",
"license" : "AGPL",
"repository": "https://github.com/RedisLabsModules/ReJSON",
"description": "A JSON data type for Redis",
"authors": ["itamarhaber", "RedisLabs"],
"stars": 271
},

{
"name": "Redis-ML",
"license" : "AGPL",
"repository": "https://github.com/RedisLabsModules/redis-ml",
"description": "Machine Learning Model Server",
"authors": ["shaynativ", "RedisLabs"],
"stars": 49
},

{
"name": "RediSearch",
"license" : "AGPL",
"repository": "https://github.com/RedisLabsModules/RediSearch",
"description": "Full-Text search over Redis",
"authors": ["dvirsky", "RedisLabs"],
"stars": 247
},

{
"name": "topk",
"license" : "AGPL",
"repository": "https://github.com/RedisLabsModules/topk",
"description": "An almost deterministic top k elements counter",
"authors": ["itamarhaber", "RedisLabs"],
"stars": 15
},

{
"name": "countminsketch",
"license" : "AGPL",
"repository": "https://github.com/RedisLabsModules/countminsketch",
"description": "An apporximate frequency counter",
"authors": ["itamarhaber", "RedisLabs"],
"stars": 15
},

{
"name": "redablooms",
"license" : "AGPL",
"repository": "https://github.com/RedisLabsModules/redablooms",
"description": "Scalable, counting Bloom filters",
"authors": ["itamarhaber", "RedisLabs"],
"stars": 15
},

{
"name": "neural-redis",
"license" : "BSD",
Expand Down

0 comments on commit c6165e4

Please sign in to comment.