forked from redis/redis-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclients.json
463 lines (409 loc) · 11.6 KB
/
clients.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
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
[
{
"name": "redis-rb",
"language": "Ruby",
"url": "http://redis-rb.keyvalue.org",
"repository": "https://github.com/redis/redis-rb",
"description": "Very stable and mature client. Install and require the hiredis gem before redis-rb for maximum performances.",
"authors": ["ezmobius", "soveran", "djanowski", "pnoordhuis"],
"recommended": true
},
{
"name": "as3redis",
"language": "ActionScript",
"repository": "https://github.com/claus/as3redis",
"description": "",
"authors": ["cwahlers"]
},
{
"name": "redis-clojure",
"language": "Clojure",
"repository": "https://github.com/tavisrudd/redis-clojure",
"description": "",
"authors": ["tavisrudd"]
},
{
"name": "CL-Redis",
"language": "Common Lisp",
"url": "http://www.cliki.net/cl-redis",
"repository": "https://github.com/vseloved/cl-redis",
"description": "",
"authors": ["BigThingist"]
},
{
"name": "Erldis",
"language": "Erlang",
"repository": "https://github.com/japerk/erldis",
"description": "",
"authors": ["dialtone_","japerk"]
},
{
"name": "Eredis",
"language": "Erlang",
"repository": "https://github.com/wooga/eredis",
"description": "Redis client with a focus on performance",
"authors": ["wooga"]
},
{
"name": "redis.fy",
"language": "Fancy",
"repository": "https://github.com/bakkdoor/redis.fy",
"description": "A Fancy Redis client library",
"authors": ["bakkdoor"]
},
{
"name": "Go-Redis",
"language": "Go",
"repository": "https://github.com/alphazero/Go-Redis",
"description": "",
"authors": ["SunOf27"]
},
{
"name": "Tideland RDC",
"language": "Go",
"repository": "http://code.google.com/p/tideland-rdc/",
"description": "",
"authors": ["themue"]
},
{
"name": "godis",
"language": "Go",
"repository": "https://github.com/simonz05/godis",
"description": "",
"authors": ["simonz05"]
},
{
"name": "hedis",
"language": "Haskell",
"url": "http://hackage.haskell.org/package/hedis",
"repository": "https://github.com/informatikr/hedis",
"description": "Supports the complete command set. Commands are automatically pipelined for high performance.",
"authors": []
},
{
"name": "redis",
"language": "Haskell",
"url": "http://hackage.haskell.org/package/redis",
"description": "",
"authors": []
},
{
"name": "haskell-redis",
"language": "Haskell",
"url": "http://bitbucket.org/videlalvaro/redis-haskell/wiki/Home",
"repository": "http://bitbucket.org/videlalvaro/redis-haskell/src",
"description": "Not actively maintained, supports Redis <= 2.0.",
"authors": ["old_sound"]
},
{
"name": "Jedis",
"language": "Java",
"repository": "https://github.com/xetorthio/jedis",
"description": "",
"authors": ["xetorthio"],
"recommended": true
},
{
"name": "JRedis",
"language": "Java",
"url": "http://code.google.com/p/jredis",
"repository": "https://github.com/alphazero/jredis",
"description": "",
"authors": ["SunOf27"]
},
{
"name": "JDBC-Redis",
"language": "Java",
"url": "http://code.google.com/p/jdbc-redis",
"repository": "http://code.google.com/p/jdbc-redis/source/browse",
"description": "",
"authors": ["mavcunha"]
},
{
"name": "RJC",
"language": "Java",
"repository": "https://github.com/e-mzungu/rjc",
"description": "",
"authors": ["e_mzungu"]
},
{
"name": "redis-lua",
"language": "Lua",
"repository": "https://github.com/nrk/redis-lua",
"description": "",
"authors": ["JoL1hAHN"],
"recommended": true
},
{
"name": "lua-hiredis",
"language": "Lua",
"repository": "https://github.com/agladysh/lua-hiredis",
"description": "Lua bindings for the hiredis library",
"authors": ["agladysh"]
},
{
"name": "Redis",
"language": "Perl",
"url": "http://search.cpan.org/dist/Redis",
"repository": "https://github.com/melo/perl-redis",
"description": "Perl binding for Redis database",
"authors": ["pedromelo"],
"recommended": true
},
{
"name": "Redis::hiredis",
"language": "Perl",
"url": "http://search.cpan.org/dist/Redis-hiredis/",
"description": "Perl binding for the hiredis C client",
"authors": ["neophenix"]
},
{
"name": "AnyEvent::Redis",
"language": "Perl",
"url": "http://search.cpan.org/dist/AnyEvent-Redis",
"repository": "https://github.com/miyagawa/AnyEvent-Redis",
"description": "Non-blocking Redis client",
"authors": ["miyagawa"]
},
{
"name": "MojoX::Redis",
"language": "Perl",
"url": "http://search.cpan.org/dist/MojoX-Redis",
"repository": "https://github.com/und3f/mojox-redis",
"description": "asynchronous Redis client for Mojolicious",
"authors": ["und3f"]
},
{
"name": "Danga::Socket::Redis",
"language": "Perl",
"url": "http://search.cpan.org/dist/Danga-Socket-Redis",
"description": "An asynchronous redis client using the Danga::Socket async library",
"authors": ["martinredmond"]
},
{
"name": "Predis",
"language": "PHP",
"repository": "https://github.com/nrk/predis",
"description": "Mature and supported",
"authors": ["JoL1hAHN"],
"recommended": true
},
{
"name": "phpredis",
"language": "PHP",
"repository": "https://github.com/nicolasff/phpredis",
"description": "This is a client written in C as a PHP module.",
"authors": ["yowgi"],
"recommended": true
},
{
"name": "Rediska",
"language": "PHP",
"url": "http://rediska.geometria-lab.net",
"repository": "https://github.com/Shumkov/Rediska",
"description": "",
"authors": ["shumkov"]
},
{
"name": "RedisServer",
"language": "PHP",
"repository": "https://github.com/jamm/Memory/blob/master/RedisServer.php",
"description": "Standalone and full-featured class for Redis in PHP",
"authors": ["OZ"]
},
{
"name": "Redisent",
"language": "PHP",
"repository": "https://github.com/jdp/redisent",
"description": "",
"authors": ["justinpoliey"]
},
{
"name": "redis-py",
"language": "Python",
"repository": "https://github.com/andymccurdy/redis-py",
"description": "Mature and supported. Currently the way to go for Python.",
"authors": ["andymccurdy"],
"recommended": true
},
{
"name": "txredis",
"language": "Python",
"url": "http://pypi.python.org/pypi/txredis/0.1.1",
"description": "",
"authors": ["dio_rian"]
},
{
"name": "desir",
"language": "Python",
"repository": "https://github.com/aallamaa/desir",
"description": "",
"authors": ["aallamaa"]
},
{
"name": "scala-redis",
"language": "Scala",
"repository": "https://github.com/acrosa/scala-redis",
"description": "",
"authors": ["alejandrocrosa"]
},
{
"name": "scala-redis",
"language": "Scala",
"repository": "https://github.com/debasishg/scala-redis",
"description": "Apparently a fork of the original client from @alejandrocrosa",
"authors": ["debasishg"],
"recommended": true
},
{
"name": "redis-client-scala-netty",
"language": "Scala",
"repository": "https://github.com/andreyk0/redis-client-scala-netty",
"description": "",
"authors": [""]
},
{
"name": "sedis",
"language": "Scala",
"repository": "https://github.com/pk11/sedis",
"description": "a thin scala wrapper for the popular Redis Java client, Jedis",
"authors": ["pk11"]
},
{
"name": "Tcl Client",
"language": "Tcl",
"repository": "https://github.com/antirez/redis/blob/master/tests/support/redis.tcl",
"description": "The client used in the Redis test suite.",
"authors": ["antirez"]
},
{
"name": "ServiceStack.Redis",
"language": "C#",
"url": "https://github.com/ServiceStack/ServiceStack.Redis",
"description": "This is a fork and improvement of the original C# client written by Miguel De Icaza.",
"authors": ["demisbellot"],
"recommended": true
},
{
"name": "Booksleeve",
"language": "C#",
"url": "http://code.google.com/p/booksleeve/",
"description": "This client was developed by Stack Exchange for very high performance needs.",
"authors": ["marcgravell"],
"recommended": true
},
{
"name": "Sider",
"language": "C#",
"url": "http://nuget.org/List/Packages/Sider",
"description": "Minimalistic client for C#/.NET 4.0",
"authors": ["chakrit"]
},
{
"name": "hxneko-redis",
"language": "haXe",
"url": "http://code.google.com/p/hxneko-redis",
"repository": "http://code.google.com/p/hxneko-redis/source/browse",
"description": "",
"authors": []
},
{
"name": "em-redis",
"language": "Ruby",
"repository": "https://github.com/madsimian/em-redis",
"description": "",
"authors": ["madsimian"]
},
{
"name": "hiredis",
"language": "C",
"repository": "https://github.com/antirez/hiredis",
"description": "This is the official C client. Support for the whole command set, pipelining, event driven programming.",
"authors": ["antirez","pnoordhuis"],
"recommended": true
},
{
"name": "credis",
"language": "C",
"repository": "http://code.google.com/p/credis/source/browse",
"description": "",
"authors": [""]
},
{
"name": "node_redis",
"language": "Node.js",
"repository": "https://github.com/mranney/node_redis",
"description": "Recommended client for node.",
"authors": ["mranney"],
"recommended": true
},
{
"name": "redis-node-client",
"language": "Node.js",
"repository": "https://github.com/fictorial/redis-node-client",
"description": "No longer maintained, does not work with node 0.3.",
"authors": ["fictorial"]
},
{
"name": "iodis",
"language": "Io",
"repository": "https://github.com/vangberg/iodis",
"description": "",
"authors": ["ichverstehe"]
},
{
"name": "redis.go",
"language": "Go",
"repository": "https://github.com/hoisie/redis.go",
"description": "",
"authors": ["hoisie"]
},
{
"name": "Smalltalk Redis Client",
"language": "Smalltalk",
"repository": "http://www.squeaksource.com/Redis.html",
"description": "",
"authors": []
},
{
"name": "TeamDev Redis Client",
"language": "C#",
"repository": "http://redis.codeplex.com/",
"description": "Redis Client is based on redis-sharp for the basic communication functions, but it offers some differences.",
"authors": ["TeamDevPerugia"]
},
{
"name": "redis-sharp",
"language": "C#",
"repository": "https://github.com/migueldeicaza/redis-sharp",
"description": "",
"authors": ["migueldeicaza"]
},
{
"name": "ObjCHiredis",
"language": "Objective-C",
"repository": "https://github.com/lp/ObjCHiredis",
"description": "Static Library for iOS4 device and Simulator, plus Objective-C Framework for MacOS 10.5 and higher",
"authors": ["loopole"]
},
{
"name": "Puredis",
"language": "Pure Data",
"repository": "https://github.com/lp/puredis",
"description": "Pure Data Redis sync, async and subscriber client",
"authors": ["loopole"]
},
{
"name": "C++ Client",
"language": "C++",
"repository": "https://github.com/mrpi/redis-cplusplus-client",
"authors": []
},
{
"name": "libredis",
"language": "C",
"repository": "https://github.com/toymachine/libredis",
"description": "Support for executing commands on multiple servers in parallel via poll(2), ketama hashing. Includes PHP bindings.",
"authors": []
}
]