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