From 50ea21e7938f672fff0976cb6468349e33939b75 Mon Sep 17 00:00:00 2001 From: antirez Date: Sat, 22 Sep 2012 19:52:15 +0200 Subject: [PATCH] Added actively developed flag for redis-protocol Java client. --- clients.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clients.json b/clients.json index 7f24804a07..92379735f8 100644 --- a/clients.json +++ b/clients.json @@ -172,7 +172,8 @@ "language": "Java", "repository": "https://github.com/spullara/redis-protocol", "description": "Up to 2.6 compatible high-performance Java, Java w/Netty & Scala (finagle) client", - "authors": ["spullara"] + "authors": ["spullara"], + "active": true }, {