Update README.md

pull/243/head
Nikita Koksharov 10 years ago
parent bc1087c2f8
commit 2d9d76aaa4

@ -41,7 +41,7 @@ Features
* Distributed HyperLogLog via `org.redisson.core.RHyperLogLog`
* Thread-safe implementation
* Supports OSGi
* With over 110 unit tests
* With over 210 unit tests
Projects using Redisson
================================
@ -57,9 +57,9 @@ Recent Releases
####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.
Feature - new async interfaces with new async methods - `RAsyncMap`, `RAtomicLongAsync`, `RBlockingQueueAsync`, `RCollectionAsync`, `RDequeAsync`, `RExpirableAsync`, `RHyperLogLogAsync`, `RListAsync`, `RObjectAsync`, `RQueueAsync`, `RScriptAsync`, `RSetAsync`, `RTopicAsync`
Feature - new async interfaces - `RAsyncMap`, `RAtomicLongAsync`, `RBlockingQueueAsync`, `RCollectionAsync`, `RDequeAsync`, `RExpirableAsync`, `RHyperLogLogAsync`, `RListAsync`, `RObjectAsync`, `RQueueAsync`, `RScriptAsync`, `RSetAsync`, `RTopicAsync`
Feature - command batches (Redis pipeline) support via `Redisson.createBatch` method
Feature - new methods add to `RedissonClient` interface `flushall`, `deleteAsync`, `delete`, `deleteByPatternAsync`, `deleteByPattern`, `findKeysByPatternAsync`, `findKeysByPattern`
Feature - new methods `flushall`, `deleteAsync`, `delete`, `deleteByPatternAsync`, `deleteByPattern`, `findKeysByPatternAsync`, `findKeysByPattern` added to `RedissonClient` interface
####22-Jul-2015 - version 1.3.1 released
Fixed - requests state sync during shutdown

Loading…
Cancel
Save