forked from redis/redis-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodules.json
200 lines (200 loc) · 5.14 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
[
{
"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": 60
},
{
"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": 403
},
{
"name": "RedisGraph",
"license": "Redis Source Available License",
"repository": "https://github.com/RedisLabsModules/redis-graph",
"description": "A graph database with a Cypher-based querying language using sparse adjacency matrices",
"authors": [
"swilly22",
"RedisLabs"
],
"stars": 401
},
{
"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": 45
},
{
"name": "RedisJSON",
"license": "Redis Source Available License",
"repository": "https://github.com/RedisLabsModules/redisjson",
"description": "A JSON data type for Redis",
"authors": [
"itamarhaber",
"RedisLabs"
],
"stars": 641
},
{
"name": "RedisML",
"license": "Redis Source Available License",
"repository": "https://github.com/RedisLabsModules/redisml",
"description": "Machine Learning Model Server",
"authors": [
"shaynativ",
"RedisLabs"
],
"stars": 212
},
{
"name": "RediSearch",
"license": "Redis Source Available License",
"repository": "https://github.com/RedisLabsModules/RediSearch",
"description": "Full-Text search over Redis",
"authors": [
"dvirsky",
"RedisLabs"
],
"stars": 1323
},
{
"name": "topk",
"license": "Redis Source Available License",
"repository": "https://github.com/RedisLabsModules/topk",
"description": "An almost deterministic top k elements counter",
"authors": [
"itamarhaber",
"RedisLabs"
],
"stars": 21
},
{
"name": "countminsketch",
"license": "Redis Source Available License",
"repository": "https://github.com/RedisLabsModules/countminsketch",
"description": "An apporximate frequency counter",
"authors": [
"itamarhaber",
"RedisLabs"
],
"stars": 31
},
{
"name": "RedisBloom",
"license": "Redis Source Available License",
"repository": "https://github.com/RedisLabsModules/redisbloom",
"description": "Scalable Bloom filters",
"authors": [
"mnunberg",
"RedisLabs"
],
"stars": 136
},
{
"name": "neural-redis",
"license": "BSD",
"repository": "https://github.com/antirez/neural-redis",
"description": "Online trainable neural networks as Redis data types.",
"authors": [
"antirez"
],
"stars": 2073
},
{
"name": "RedisTimeSeries",
"license": "Redis Source Available License",
"repository": "https://github.com/RedisLabsModules/RedisTimeSeries",
"description": "Time-series data structure for redis",
"authors": [
"danni-m"
],
"stars": 186
},
{
"name": "RedisAI",
"license": "AGPL",
"repository": "https://github.com/RedisAI/RedisAI",
"description": "A Redis module for serving tensors and executing deep learning graphs",
"authors": [
"lantiga"
],
"stars": 61
},
{
"name": "ReDe",
"license": "MIT",
"repository": "https://github.com/TamarLabs/ReDe",
"description": "Low Latancy timed queues (Dehydrators) as Redis data types.",
"authors": [
"daTokenizer"
],
"stars": 23
},
{
"name": "commentDis",
"license": "MIT",
"repository": "https://github.com/picotera/commentDis",
"description": "Add comment syntax to your redis-cli scripts.",
"authors": [
"daTokenizer"
],
"stars": 6
},
{
"name": "redis-cuckoofilter",
"license": "MIT",
"repository": "https://github.com/kristoff-it/redis-cuckoofilter",
"description": "Hashing-function agnostic Cuckoo filters.",
"authors": [
"kristoff-it"
],
"stars": 66
},
{
"name": "cthulhu",
"license": "BSD",
"repository": "https://github.com/sklivvz/cthulhu",
"description": "Extend Redis with JavaScript modules",
"authors": [
"sklivvz"
],
"stars": 117
},
{
"name": "Session Gate",
"license": "MIT",
"repository": "https://github.com/f0rmiga/sessiongate",
"description": "Session management with multiple payloads using cryptographically signed tokens.",
"authors": [
"f0rmiga"
],
"stars": 32
},
{
"name": "rediSQL",
"license": "AGPL-3.0",
"repository": "https://github.com/RedBeardLab/rediSQL",
"description": "A redis module that provide full SQL capabilities embedding SQLite",
"authors": [
"siscia",
"RedBeardLab"
],
"stars": 613
}
]