Skip to content

Commit

Permalink
Merge pull request redis#672 from shawn246/master
Browse files Browse the repository at this point in the history
add a c++ redis client
  • Loading branch information
badboy committed Feb 19, 2016
2 parents 6879758 + e41507a commit 329ef24
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion clients.json
Original file line number Diff line number Diff line change
Expand Up @@ -1348,6 +1348,14 @@
"description": "High performance Redis client for Lasso, supports pub/sub and piping.",
"authors": [],
"active": true
}
},

{
"name": "c+redis+client",
"language": "C++",
"repository": "https://github.com/shawn246/redis_client",
"description": "A redis client based on hiredis, supports cluster/pipeline and is thread safe and includes two files only. The transaction is on the way:)",
"authors": [],
"active": true
}
]

0 comments on commit 329ef24

Please sign in to comment.