forked from redis/redis-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tools.json
371 lines (370 loc) · 11.8 KB
/
tools.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
[
{
"name": "Resque",
"language": "Ruby",
"repository": "https://github.com/defunkt/resque",
"description": "Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.",
"authors": ["defunkt"]
},
{
"name": "Rq",
"language": "Python",
"repository": "https://github.com/nvie/rq",
"description": "Minimalistic Python task queue. Supports only Redis.",
"authors": ["nvie"]
},
{
"name": "Celery",
"language": "Python",
"repository": "https://github.com/ask/celery",
"description": "Python task queue. Supports multiple backends.",
"authors": ["asksolem"]
},
{
"name": "Fnordmetric",
"language": "Ruby",
"repository": "https://github.com/paulasmuth/fnordmetric",
"description": "Redis/ruby-based realtime Event-Tracking app.",
"authors": ["paulasmuth"]
},
{
"name": "Ohm",
"language": "Ruby",
"repository": "https://github.com/soveran/ohm",
"description": "Object-hash mapping library for Redis.",
"authors": ["soveran"]
},
{
"name": "Kombu",
"language": "Python",
"repository": "https://github.com/ask/kombu",
"description": "Python AMQP Framework with redis suppport",
"authors": []
},
{
"name": "Sider",
"language": "Python",
"repository": "https://bitbucket.org/dahlia/sider",
"description": "Python persistent object library based on Redis.",
"authors": ["hongminhee"]
},
{
"name": "Redis-objects",
"language": "Ruby",
"repository": "https://github.com/nateware/redis-objects",
"description": "Map Redis types directly to Ruby objects.",
"authors": ["nateware"]
},
{
"name": "Redisco",
"language": "Python",
"repository": "https://github.com/iamteem/redisco",
"description": "Loose implementation of Ohm in Python (see above for Ohm project) - Warning: Not actively maintained at the moment.",
"authors": ["iamteem"]
},
{
"name": "Redis-rdb-tools",
"language": "Python",
"repository": "https://github.com/sripathikrishnan/redis-rdb-tools",
"description": "Parse Redis dump.rdb files, Analyze Memory, and Export Data to JSON.",
"authors": ["srithedabbler"]
},
{
"name": "Rdb-parser",
"language": "Javascript",
"repository": "https://github.com/pconstr/rdb-parser",
"description": "node.js asynchronous streaming parser for redis RDB database dumps.",
"authors": ["pconstr"]
},
{
"name": "Redis-sync",
"language": "Javascript",
"repository": "https://github.com/pconstr/redis-sync",
"description": "A node.js redis replication slave toolkit",
"authors": ["pconstr"]
},
{
"name": "Ost",
"language": "Ruby",
"repository": "https://github.com/soveran/ost",
"description": "Redis based queues and workers.",
"authors": ["soveran"]
},
{
"name": "Meerkat",
"language": "Ruby",
"repository": "http://carlhoerberg.github.com/meerkat/",
"description": "Rack middleware for Server Sent Events with multiple backends.",
"authors": ["carlhoerberg"]
},
{
"name": "Redis-sampler",
"language": "Ruby",
"repository": "https://github.com/antirez/redis-sampler",
"description": "Sample a Redis DB to understand dataset composition.",
"authors": ["antirez"]
},
{
"name": "Recommendify",
"language": "Ruby",
"repository": "https://github.com/paulasmuth/recommendify",
"description": "Ruby/Redis based recommendation engine (collaborative filtering).",
"authors": ["paulasmuth"]
},
{
"name": "Redis-store",
"language": "Ruby",
"repository": "https://github.com/jodosha/redis-store",
"description": "Namespaced Rack::Session, Rack::Cache, I18n and cache Redis stores for Ruby web frameworks.",
"authors": ["jodosha"]
},
{
"name": "Redset",
"language": "Python",
"repository": "https://github.com/percolate/redset",
"description": "Simple, generic sorted sets backed by Redis that can be used to coordinate distributed systems.",
"authors": ["percolate"]
},
{
"name": "Redsmin",
"language": "Web",
"repository": "https://github.com/Redsmin/redsmin",
"url":"https://redsmin.com/"
"description": "A fully featured Redis GUI for managing and monitoring redis.",
"authors": ["fgribreau"]
},
{
"name": "Hot-redis",
"language": "Python",
"repository": "https://github.com/stephenmcd/hot-redis",
"description": "Higher Order Types for Redis in Python",
"authors": ["stephenmcd"]
},
{
"name": "Redis Tree",
"language": "Javascript",
"repository": "https://github.com/FGRibreau/redistree",
"description": "Load and save Trees to Redis using sets.",
"authors": ["fgribreau"]
},
{
"name": "Redis-NaiveBayes",
"language": "Perl",
"repository": "https://github.com/caio/Redis-NaiveBayes",
"description": "A generic Redis-backed NaiveBayes implementation",
"authors": ["caio"]
},
{
"name": "Agentredrabbit",
"language": "Python",
"repository": "https://github.com/wingify/agentredrabbit",
"description": "Transport agent that moves data from Redis to RabbitMQ",
"authors": ["wingify"]
},
{
"name": "Redtrine",
"language": "PHP",
"repository": "https://github.com/redtrine/redtrine",
"description": "Redis-based advanced PHP data structures",
"authors": ["redtrine"]
},
{
"name": "Redis LUA Unit",
"language": "Lua",
"repository": "https://github.com/Redsmin/redis-lua-unit",
"description": "Framework agnostic unit-testing for Redis Lua scripts",
"authors": ["redsmin"]
},
{
"name": "Redis Info",
"language": "Javascript",
"repository": "https://github.com/FGRibreau/node-redis-info",
"description": "Redis info string parser for NodeJS",
"authors": ["fgribreau"]
},
{
"name": "Redis tool",
"language": "Javascript",
"repository": "https://github.com/FGRibreau/redis-tool",
"description": "Redis-tool - Little helpers for Redis (ztrim, del-all, rename)",
"authors": ["fgribreau"]
},
{
"name": "Redmon",
"language": "Ruby",
"repository": "https://github.com/steelThread/redmon",
"description": "A web interface for managing redis: cli, admin, and live monitoring.",
"authors": ["steel_thread"]
},
{
"name": "Rollout",
"language": "Ruby",
"repository": "https://github.com/jamesgolick/rollout",
"description": "Conditionally roll out features with redis.",
"authors": ["jamesgolick"]
},
{
"name": "Webdis",
"language": "C",
"url": "http://webd.is/",
"repository": "https://github.com/nicolasff/webdis",
"description": "A Redis HTTP interface with JSON output.",
"authors": ["yowgi"]
},
{
"name": "Soulmate",
"language": "Ruby",
"repository": "https://github.com/seatgeek/soulmate",
"description": "Redis-backed service for fast autocompleting.",
"authors": ["seatgeek"]
},
{
"name": "Redis_failover",
"language": "Ruby",
"repository": "https://github.com/ryanlecompte/redis_failover",
"description": "Redis Failover is a ZooKeeper-based automatic master/slave failover solution for Ruby.",
"authors": ["ryanlecompte"]
},
{
"name": "Redis_failover",
"language": "Javascript",
"repository": "https://github.com/numbcoder/node-redis-failover",
"description": "A redis failover solution based on ZooKeeper for Node.js",
"authors": ["numbcoder"]
},
{
"name": "Redis-dump",
"language": "Ruby",
"repository": "https://github.com/delano/redis-dump",
"description": "Backup and restore your Redis data to and from JSON. Warning: alpha code.",
"authors": ["solutious"]
},
{
"name": "Sidekiq",
"language": "Ruby",
"repository": "http://mperham.github.com/sidekiq/",
"description": "Simple, efficient message processing for your Rails 3 application.",
"authors": ["mperham"]
},
{
"name": "Omhiredis",
"language": "C",
"repository": "http://www.rsyslog.com/doc/build_from_repo.html",
"description": "redis output plugin for rsyslog (rsyslog dev, and rsyslog head).",
"authors": ["taotetek"]
},
{
"name": "Mod_redis",
"language": "C",
"repository": "https://github.com/sneakybeaky/mod_redis",
"description": "An Apache HTTPD module for speaking to redis via HTTP",
"authors": []
},
{
"name": "leaderboard",
"language": "Ruby",
"repository": "https://github.com/agoragames/leaderboard",
"description": "Leaderboards backed by Redis.",
"authors": ["czarneckid"]
},
{
"name": "Redis-rdb",
"language": "Ruby",
"repository": "https://github.com/nrk/redis-rdb",
"description": "A set of utilities to handle Redis .rdb files with Ruby.",
"authors": ["JoL1hAHN"]
},
{
"name": "Lua-ohm",
"language": "Lua",
"repository": "https://github.com/slact/lua-ohm",
"description": "Lua Redis Object-hash-mapping and more",
"authors": []
},
{
"name": "PHP-Resque",
"language": "PHP",
"repository": "https://github.com/chrisboulton/php-resque",
"description": "Port of Resque to PHP.",
"authors": ["surfichris"]
},
{
"name": "phpRedisAdmin",
"language": "PHP",
"repository": "https://github.com/ErikDubbelboer/phpRedisAdmin",
"description": "phpRedisAdmin is a simple web interface to manage Redis databases.",
"authors": []
},
{
"name": "HighcoTimelineBundle",
"language": "PHP",
"repository": "https://github.com/stephpy/TimelineBundle",
"description": "TimelineBundle is a Bundle which works with Symfony 2.* which provides a timeline for a subject as Facebook can do.",
"authors": ["stephpy"]
},
{
"name": "Stdnet",
"language": "Python",
"repository": "https://github.com/lsbardel/python-stdnet",
"description": "Redis data manager with advanced query and search API.",
"authors": ["lsbardel"]
},
{
"name": "Retools",
"language": "Python",
"repository": "https://github.com/bbangert/retools",
"description": "Caching and locking helper library.",
"authors": ["benbangert"]
},
{
"name": "Redback",
"language": "Javascript",
"repository": "http://github.com/chriso/redback",
"description": "Higher-level Redis constructs - social graph, full text search, rate limiting, key pairs.",
"authors": ["chris6F"]
},
{
"name": "Recurrent",
"language": "Javascript",
"repository": "https://github.com/pconstr/recurrent",
"description": "A redis-backed manager of recurrent jobs, for node.js",
"authors": ["pconstr"]
},
{
"name": "Amico",
"language": "Ruby",
"repository": "https://github.com/agoragames/amico",
"description": "Relationships (e.g. friendships) backed by Redis.",
"authors": ["czarneckid"]
},
{
"name": "Redis Qi4j EntityStore",
"language": "Java",
"url": "http://qi4j.org/extension-es-redis.html",
"repository": "http://github.com/qi4j/qi4j-sdk",
"description": "Qi4j EntityStore backed by Redis",
"authors": ["eskatos"]
},
{
"name": "Spring Data Redis",
"language": "Java",
"url": "http://www.springsource.org/spring-data/redis",
"repository": "http://github.com/SpringSource/spring-data-redis",
"description": "Spring integration for Redis promoting POJO programming, portability and productivity",
"authors": ["costinl"]
},
{
"name": "PHPRedMin",
"language": "PHP",
"repository": "https://github.com/sasanrose/phpredmin",
"description": "Yet another web interface for Redis",
"authors": ["sasanrose"]
},
{
"name": "redis-tcl",
"language": "Tcl",
"repository" : "http://github.com/bradvoth/redis-tcl",
"description" : "Tcl library largely copied from the redis test tree, modified for minor bug fixes and expanded pub/sub capabilities",
"authors" : ["bradvoth","antirez"]
}
]