From b9327d5c7a3116e7ea78c22b55aaf47f7acfcbb8 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Sun, 26 Jul 2015 10:00:49 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30694918c..07d182e74 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,8 @@ Features * Distributed alternative to the `java.util.concurrent.CountDownLatch` * Distributed publish/subscribe messaging via `org.redisson.core.RTopic` * Distributed HyperLogLog via `org.redisson.core.RHyperLogLog` -* Thread-safe implementation +* Thread-safe implementation +* Support Redis pipeline (command batches) * Supports OSGi * With over 210 unit tests