forked from redis/redis-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodules.json
189 lines (189 loc) · 4.82 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
[
{
"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": "Redis Graph",
"license": "AGPL",
"repository": "https://github.com/swilly22/redis-graph",
"description": "A graph database with a Cypher-based querying language",
"authors": [
"swilly22"
],
"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": "ReJSON",
"license": "Apache 2.0 modified with Commons Clause",
"repository": "https://github.com/RedisLabsModules/ReJSON",
"description": "A JSON data type for Redis",
"authors": [
"itamarhaber",
"RedisLabs"
],
"stars": 641
},
{
"name": "Redis-ML",
"license": "Apache 2.0 modified with Commons Clause",
"repository": "https://github.com/RedisLabsModules/redis-ml",
"description": "Machine Learning Model Server",
"authors": [
"shaynativ",
"RedisLabs"
],
"stars": 212
},
{
"name": "RediSearch",
"license": "Apache 2.0 modified with Commons Clause",
"repository": "https://github.com/RedisLabsModules/RediSearch",
"description": "Full-Text search over Redis",
"authors": [
"dvirsky",
"RedisLabs"
],
"stars": 1323
},
{
"name": "topk",
"license": "Apache 2.0 modified with Commons Clause",
"repository": "https://github.com/RedisLabsModules/topk",
"description": "An almost deterministic top k elements counter",
"authors": [
"itamarhaber",
"RedisLabs"
],
"stars": 21
},
{
"name": "countminsketch",
"license": "Apache 2.0 modified with Commons Clause",
"repository": "https://github.com/RedisLabsModules/countminsketch",
"description": "An apporximate frequency counter",
"authors": [
"itamarhaber",
"RedisLabs"
],
"stars": 31
},
{
"name": "rebloom",
"license": "Apache 2.0 modified with Commons Clause",
"repository": "https://github.com/RedisLabsModules/rebloom",
"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": "redis-timerseries",
"license": "AGPL",
"repository": "https://github.com/danni-m/redis-timeseries",
"description": "Time-series data structure for redis",
"authors": [
"danni-m"
],
"stars": 186
},
{
"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
}
]