Merge branch 'master' of github.com:mrniko/redisson

pull/243/head
Nikita 10 years ago
commit a44a3b6f22

@ -26,6 +26,7 @@ Features
5. read data using slave servers, write data using master server 5. read data using slave servers, write data using master server
* Master with Slave servers mode: read data using slave servers, write data using master server * Master with Slave servers mode: read data using slave servers, write data using master server
* Single server mode: read and write data using single server * Single server mode: read and write data using single server
* Lua scripting
* Distributed implementation of `java.util.List` * Distributed implementation of `java.util.List`
* Distributed implementation of `java.util.Set` * Distributed implementation of `java.util.Set`
* Distributed implementation of `java.util.SortedSet` * Distributed implementation of `java.util.SortedSet`
@ -40,6 +41,7 @@ Features
* Distributed publish/subscribe messaging via `org.redisson.core.RTopic` * Distributed publish/subscribe messaging via `org.redisson.core.RTopic`
* Distributed HyperLogLog via `org.redisson.core.RHyperLogLog` * Distributed HyperLogLog via `org.redisson.core.RHyperLogLog`
* Thread-safe implementation * Thread-safe implementation
* All commands are executed in an atomic way
* Supports Redis pipeline (command batches) * Supports Redis pipeline (command batches)
* Supports OSGi * Supports OSGi
* With over 210 unit tests * With over 210 unit tests

Loading…
Cancel
Save