Skip to content

Commit

Permalink
Add then-redis to client list
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Mar 6, 2013
1 parent 8b74e49 commit 1e77210
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions clients.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"description": "Redis client build on top of lamina",
"authors":["Zach Tellman"],
"active": true
},
},
{
"name": "CL-Redis",
"language": "Common Lisp",
Expand Down Expand Up @@ -127,7 +127,7 @@
"authors": ["simonz05"],
"active": true
},

{
"name": "gosexy/redis",
"language": "Go",
Expand Down Expand Up @@ -515,6 +515,15 @@
"active": true
},

{
"name": "then-redis",
"language": "Node.js",
"repository": "https://github.com/mjijackson/then-redis",
"description": "A small, promise-based Redis client for node",
"authors": ["mjackson"],
"active": true
},

{
"name": "redis-node-client",
"language": "Node.js",
Expand Down

0 comments on commit 1e77210

Please sign in to comment.