From 682cdeb1601bc0fec228899d667447a7a50e23ed Mon Sep 17 00:00:00 2001 From: Ivan Baidakou Date: Mon, 10 Jul 2017 16:35:53 +0300 Subject: [PATCH] add bredis (c++ client) (#820) add bredis (c++ client) --- clients.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/clients.json b/clients.json index 9f4389dc9c..efd16d68ff 100644 --- a/clients.json +++ b/clients.json @@ -1322,6 +1322,14 @@ "active": true }, + { + "name": "bredis", + "language": "C++", + "repository": "https://github.com/basiliscos/cpp-bredis", + "description": "Boost::ASIO low-level redis client", + "active": true + }, + { "name": "mruby-redis", "language": "mruby",