From 82a9ce8c37d19fb98781840196ec3b24cd7bec7c Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 13 Mar 2014 08:51:40 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a0c19a5dd..3b59e47db 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Features * Distributed alternative to the `java.util.concurrent.atomic.AtomicLong` * Distributed alternative to the `java.util.concurrent.CountDownLatch` * Distributed publish/subscribe messaging via `org.redisson.core.RTopic` object +* Thread-safe implementation * Supports OSGi * With over 90 unit tests