forked from redis/redis-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
modules.json
100 lines (90 loc) · 2.75 KB
/
modules.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
[
{
"name": "redis-roaring",
"license" : "MIT",
"repository": "https://github.com/aviggiano/redis-roaring",
"description": "Uses the CRoaring library to implement roaring bitmap commands for Redis.",
"authors": ["aviggiano"],
"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",
"repository": "https://github.com/antirez/neural-redis",
"description": "Online trainable neural networks as Redis data types.",
"authors": ["antirez"],
"stars": 1854
}
]