forked from redis/redis-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tools.json
270 lines (270 loc) · 8.47 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
[
{
"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": "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-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"]
}
]