forked from redis/redis-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
modules.json
430 lines (429 loc) · 11.6 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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
[
{
"name": "Disque",
"license": "AGPL-3.0",
"repository": "https://github.com/antirez/disque-module",
"description": "Disque, an in-memory, distributed job queue, ported as Redis module.",
"authors": [
"antirez"
],
"stars": 457
},
{
"name": "RedisGears",
"license": "Redis Source Available License",
"repository": "https://github.com/RedisGears/RedisGears",
"description": "Dynamic execution framework for your Redis data.",
"authors": [
"MeirShpilraien",
"RedisLabs"
],
"stars": 185
},
{
"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": 130
},
{
"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": 651
},
{
"name": "RedisGraph",
"license": "Redis Source Available License",
"repository": "https://github.com/RedisGraph/RedisGraph",
"description": "A graph database with a Cypher-based querying language using sparse adjacency matrices",
"authors": [
"swilly22",
"RedisLabs"
],
"stars": 1510
},
{
"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": 54
},
{
"name": "RedisJSON",
"license": "Redis Source Available License",
"repository": "https://github.com/RedisJSON/RedisJSON",
"description": "A JSON data type for Redis",
"authors": [
"itamarhaber",
"RedisLabs"
],
"stars": 2034
},
{
"name": "RediSearch",
"license": "Redis Source Available License",
"repository": "https://github.com/RediSearch/RediSearch",
"description": "Full-Text search over Redis",
"authors": [
"dvirsky",
"RedisLabs"
],
"stars": 3390
},
{
"name": "RedisBloom",
"license": "Redis Source Available License",
"repository": "https://github.com/RedisBloom/RedisBloom",
"description": "Scalable Bloom filters",
"authors": [
"mnunberg",
"RedisLabs"
],
"stars": 960
},
{
"name": "neural-redis",
"license": "BSD",
"repository": "https://github.com/antirez/neural-redis",
"description": "Online trainable neural networks as Redis data types.",
"authors": [
"antirez"
],
"stars": 2199
},
{
"name": "RedisTimeSeries",
"license": "Redis Source Available License",
"repository": "https://github.com/RedisTimeSeries/RedisTimeSeries",
"description": "Time-series data structure for redis",
"authors": [
"danni-m",
"RedisLabs"
],
"stars": 593
},
{
"name": "RedisAI",
"license": "Redis Source Available License",
"repository": "https://github.com/RedisAI/RedisAI",
"description": "A Redis module for serving tensors and executing deep learning graphs",
"authors": [
"lantiga",
"RedisLabs"
],
"stars": 604
},
{
"name": "ReDe",
"license": "MIT",
"repository": "https://github.com/TamarLabs/ReDe",
"description": "Low Latency timed queues (Dehydrators) as Redis data types.",
"authors": [
"daTokenizer"
],
"stars": 36
},
{
"name": "commentDis",
"license": "MIT",
"repository": "https://github.com/picotera/commentDis",
"description": "Add comment syntax to your redis-cli scripts.",
"authors": [
"daTokenizer"
],
"stars": 9
},
{
"name": "redis-cuckoofilter",
"license": "MIT",
"repository": "https://github.com/kristoff-it/redis-cuckoofilter",
"description": "Hashing-function agnostic Cuckoo filters.",
"authors": [
"kristoff-it"
],
"stars": 123
},
{
"name": "cthulhu",
"license": "BSD",
"repository": "https://github.com/sklivvz/cthulhu",
"description": "Extend Redis with JavaScript modules",
"authors": [
"sklivvz"
],
"stars": 139
},
{
"name": "Session Gate",
"license": "MIT",
"repository": "https://github.com/f0rmiga/sessiongate",
"description": "Session management with multiple payloads using cryptographically signed tokens.",
"authors": [
"f0rmiga"
],
"stars": 45
},
{
"name": "rediSQL",
"license": "AGPL-3.0",
"repository": "https://github.com/RedBeardLab/rediSQL",
"description": "A redis module that provides a full SQL capabilities embedding SQLite",
"authors": [
"siscia",
"RedBeardLab"
],
"stars": 1125
},
{
"name": "TairHash",
"license": "Apache-2.0",
"repository": "https://github.com/alibaba/TairHash",
"description": "A redis module, similar to redis hash, but you can set expiration and version for field",
"authors": [
"Alibaba"
],
"stars": 105
},
{
"name": "TairString",
"license": "Apache-2.0",
"repository": "https://github.com/alibaba/TairString",
"description": "A redis module, similar to redis string, but you can set expire and version for the value. It also provides many very useful commands, such as cas/cad",
"authors": [
"Alibaba"
],
"stars": 65
},
{
"name": "TairZset",
"license": "Apache-2.0",
"repository": "https://github.com/alibaba/TairZset",
"description": "A redis module, similar to redis zset, but you can set multiple scores for each member to support multi-dimensional sorting",
"authors": [
"Alibaba"
],
"stars": 18
},
{
"name": "lqrm",
"license": "BSD",
"repository": "https://github.com/halaei/lqrm",
"description": "A Laravel compatible queue driver for Redis that supports reliable blocking pop from FIFO and scheduled queues.",
"authors": [
"halaei"
],
"stars": 4
},
{
"name": "redis-rating",
"license": "MIT",
"repository": "https://github.com/poga/redis-rating",
"description": "Estimate actual rating from postive/negative ratings",
"authors": [
"devpoga"
],
"stars": 14
},
{
"name": "smartcache",
"license": "AGPL-3.0",
"repository": "https://github.com/fcerbell/redismodule-smartcache",
"description": "A redis module that provides a pass-through cache",
"authors": [
"fcerbell"
],
"stars": 5
},
{
"name": "RedisPushIptables",
"license": "GPL-3.0",
"repository": "https://github.com/limithit/RedisPushIptables",
"description": "RedisPushIptables is used to update firewall rules to reject the IP addresses for a specified amount of time or forever reject.",
"authors": [
"Gandalf"
],
"stars": 19
},
{
"name": "redis-fpn",
"license": "Apache 2.0",
"repository": "https://github.com/infobip/redis-fpn",
"description": "Redis module for Fixed Point Number data type",
"authors": [
"xxlabaza"
],
"stars": 8
},
{
"name": "redis-percentile",
"license": "MIT",
"repository": "https://github.com/poga/redis-percentile",
"description": "Redis module for efficient percentile estimation of streaming or distributed data with t-digest algorithm.",
"authors": [
"devpoga"
],
"stars": 8
},
{
"name": "redlock",
"license": "MIT",
"repository": "https://github.com/wujunwei/redlock",
"description": "Redis module for distributed lock without using LUA script,safe unlock for different redis client.",
"authors": [
"wujunwei"
],
"stars": 28
},
{
"name": "redis-protobuf",
"license": "Apache-2.0",
"repository": "https://github.com/sewenew/redis-protobuf",
"description": "Redis module for reading and writing Protobuf messages",
"authors": [
"sewenew"
],
"stars": 30
},
{
"name": "redis-tree",
"license": "MIT",
"repository": "https://github.com/OhBonsai/RedisTree",
"description": "Implements Polytree as a native data type. It allows creating,locating,pushing and detaching tree from Redis keys.",
"authors": [
"ohbonsai"
],
"stars": 18
},
{
"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": 22
},
{
"name": "redismodule-ratelimit",
"license": "MIT",
"repository": "https://github.com/linfangrong/redismodule-ratelimit",
"description": "Redis module that provides ratelimit",
"authors": [
"linfangrong"
],
"stars": 0
},
{
"name": "dbx",
"license": "MIT",
"repository": "https://github.com/cscan/dbx",
"description": "Redis module for maintaining hash by simple SQL",
"authors": [
"cscan"
],
"stars": 0
},
{ "name": "Redis-AudioScout",
"license": "pHash Source Available License",
"repository": "https://github.com/starkdg/Redis-AudioScout",
"description": "Redis module for Audio Track Recognition",
"authors": [
"starkdg"
],
"stars":9
},
{
"name": "redis_hnsw",
"license": "MIT",
"repository": "https://github.com/zhao-lang/redis_hnsw",
"description": "Redis module for Hierarchical Navigable Small World (HNSW) approxmiate nearest neighbor search",
"authors": [
"zhao-lang"
],
"stars":0
},
{
"name":"Redis-ImageScout",
"license": "pHash Redis Source Available License",
"repository": "https://github.com/starkdg/Redis-ImageScout.git",
"description": "Redis module for Indexing of pHash Image fingerprints for Near-Duplicate Detection",
"authors": [
"starkdg"
],
"stars":4
},
{
"name":"redex",
"license": "AGPL-3.0",
"repository": "https://github.com/RedisLabsModules/redex.git",
"description": "Extension modules to Redis' native data types and commands",
"authors": [
"itamarhaber"
],
"stars":52
},
{
"name":"Redis Interval Sets",
"license": "BSD-3-Clause",
"repository": "https://github.com/danitseitlin/redis-interval-sets",
"description": "A Redis module for creating interval sets",
"authors": [
"danitseitlin"
],
"stars":3
},
{
"name":"redicrypt",
"license": "MIT",
"repository": "https://github.com/chayim/redicrypt",
"description": "Redis module for string encryption and decryption",
"authors": [
"chayim"
],
"stars":0
},
{
"name": "redis-interval-module",
"license": "MIT",
"repository": "https://github.com/ogama/redis-interval-module",
"description": "Redis module for creation and manipulation of interval set.",
"authors": [
"ogama"
],
"stars": 3
},
{
"name": "redisims",
"license": "MIT",
"repository": "https://github.com/Clement-Jean/RedisIMS",
"description": "A lightweight Redis module following the If Modified Since (IMS) pattern for caching",
"authors": [
"Clement-Jean"
],
"stars": 0
},
{
"name": "redis-s2geo",
"license": "MIT",
"repository": "https://github.com/sulewicz/redis-s2geo",
"description": "Simple Redis Module for geospatial queries, which utilizes S2 Region Coverer algorithm for indexing. Allows point with polygon and polygon with polygon overlap tests in constant time.",
"authors": [
"sulewicz"
],
"stars": 2
}
]