|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
##Redisson - distributed and scalable Java data structures on top of Redis server. Advanced Redis client
|
|
|
|
|
##Redisson - distributed and scalable Java data structures on top of Redis server. Advanced Java Redis client
|
|
|
|
|
|
|
|
|
|
Use familiar Java data structures with power of [Redis](http://redis.io).
|
|
|
|
|
|
|
|
|
|
Based on high-performance async and lock-free Redis client and [Netty 4](http://netty.io) framework.
|
|
|
|
|
Based on high-performance async and lock-free Java Redis client and [Netty 4](http://netty.io) framework.
|
|
|
|
|
Redis 2.8+ and JDK 1.6+ compatible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -40,9 +40,10 @@ 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`
|
|
|
|
|
* Asynchronous interface for each object
|
|
|
|
|
* Thread-safe implementation
|
|
|
|
|
* All commands are executed in an atomic way
|
|
|
|
|
* Supports Redis pipeline (command batches)
|
|
|
|
|
* Supports [Redis pipelining](http://redis.io/topics/pipelining) (command batches)
|
|
|
|
|
* Supports OSGi
|
|
|
|
|
* With over 210 unit tests
|
|
|
|
|
|
|
|
|
|