* Distributed HyperLogLog via `org.redisson.core.RHyperLogLog`
* Distributed HyperLogLog via `org.redisson.core.RHyperLogLog`
* Thread-safe implementation
* Thread-safe implementation
* Supports OSGi
* Supports OSGi
* With over 110 unit tests
* With over 210 unit tests
Projects using Redisson
Projects using Redisson
================================
================================
@ -57,9 +57,9 @@ Recent Releases
####26-Jul-2015 - version 2.0.0 released
####26-Jul-2015 - version 2.0.0 released
Starting from 2.0.0 version Redisson has a new own async and lock-free Redis client under the hood. Thanks to the new architecture pipline (command batches) support has been implemented and a lot of code has gone.
Starting from 2.0.0 version Redisson has a new own async and lock-free Redis client under the hood. Thanks to the new architecture pipline (command batches) support has been implemented and a lot of code has gone.
Feature - new async interfaces with new async methods - `RAsyncMap`, `RAtomicLongAsync`, `RBlockingQueueAsync`, `RCollectionAsync`, `RDequeAsync`, `RExpirableAsync`, `RHyperLogLogAsync`, `RListAsync`, `RObjectAsync`, `RQueueAsync`, `RScriptAsync`, `RSetAsync`, `RTopicAsync`