Skip to content

Commit

Permalink
Merge pull request #704 from antirez/djanowski-patch-1
Browse files Browse the repository at this point in the history
Add YoRedis
  • Loading branch information
djanowski committed Apr 6, 2016
2 parents 720f884 + 30ebfb6 commit 405594b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions clients.json
Original file line number Diff line number Diff line change
Expand Up @@ -1370,5 +1370,14 @@
"repository": "https://github.com/funbox/hierdis",
"description": "High-performance Erlang client for the Redis key-value store (NIF wrapping the hiredis C client).",
"authors": ["funbox_team"]
},

{
"name": "yoredis",
"language": "Node.js",
"repository": "https://github.com/djanowski/yoredis",
"description": "A minimalistic Redis client using modern Node.js.",
"authors": ["djanowski"],
"active": true
}
]

0 comments on commit 405594b

Please sign in to comment.