From d13bd500896d5f65fdd9d4aec2d93ef85f93d25e Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 30 Nov 2016 10:33:10 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb4c91839..5ca472d06 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,15 @@ Features * Asynchronous connection pool * Thread-safe implementation * Lua scripting -* [Distributed objects](https://github.com/redisson/redisson/wiki/6.-Distributed-objects) +* [Distributed objects](https://github.com/redisson/redisson/wiki/6.-Distributed-objects) + (Object holder, Binary stream holder, Geospatial holder, BitSet, AtomicLong, AtomicDouble, PublishSubscribe, + Bloom filter, HyperLogLog) * [Distributed collections](https://github.com/redisson/redisson/wiki/7.-Distributed-collections) + (Map, Multimap, Set, List, SortedSet, ScoredSortedSet, LexSortedSet, Queue, Deque, Blocking Queue, Bounded Blocking Queue, Blocking Deque, Delayed Queue) * [Distributed locks and synchronizers](https://github.com/redisson/redisson/wiki/8.-Distributed-locks-and-synchronizers) + (Lock, FairLock, MultiLock, RedLock, ReadWriteLock, Semaphore, PermitExpirableSemaphore, CountDownLatch) * [Distributed services](https://github.com/redisson/redisson/wiki/9.-distributed-services) + (Remote service, Live Object service, Executor service, Scheduler service) * [Spring Cache](https://github.com/redisson/redisson/wiki/14.-Integration%20with%20frameworks/#141-spring-cache) implementation * [Hibernate Cache](https://github.com/redisson/redisson/wiki/14.-Integration%20with%20frameworks/#142-hibernate-cache) implementation * [Tomcat Session Manager](https://github.com/redisson/redisson/wiki/14.-Integration%20with%20frameworks#144-tomcat-redis-session-manager) implementation From fed89ea03416fc9a97d06b37f32120541f5ea975 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 30 Nov 2016 11:27:12 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5ca472d06..4d31031d6 100644 --- a/README.md +++ b/README.md @@ -50,14 +50,14 @@ Features * Asynchronous connection pool * Thread-safe implementation * Lua scripting -* [Distributed objects](https://github.com/redisson/redisson/wiki/6.-Distributed-objects) +* [Distributed objects](https://github.com/redisson/redisson/wiki/6.-Distributed-objects) (Object holder, Binary stream holder, Geospatial holder, BitSet, AtomicLong, AtomicDouble, PublishSubscribe, Bloom filter, HyperLogLog) -* [Distributed collections](https://github.com/redisson/redisson/wiki/7.-Distributed-collections) +* [Distributed collections](https://github.com/redisson/redisson/wiki/7.-Distributed-collections) (Map, Multimap, Set, List, SortedSet, ScoredSortedSet, LexSortedSet, Queue, Deque, Blocking Queue, Bounded Blocking Queue, Blocking Deque, Delayed Queue) -* [Distributed locks and synchronizers](https://github.com/redisson/redisson/wiki/8.-Distributed-locks-and-synchronizers) +* [Distributed locks and synchronizers](https://github.com/redisson/redisson/wiki/8.-Distributed-locks-and-synchronizers) (Lock, FairLock, MultiLock, RedLock, ReadWriteLock, Semaphore, PermitExpirableSemaphore, CountDownLatch) -* [Distributed services](https://github.com/redisson/redisson/wiki/9.-distributed-services) +* [Distributed services](https://github.com/redisson/redisson/wiki/9.-distributed-services) (Remote service, Live Object service, Executor service, Scheduler service) * [Spring Cache](https://github.com/redisson/redisson/wiki/14.-Integration%20with%20frameworks/#141-spring-cache) implementation * [Hibernate Cache](https://github.com/redisson/redisson/wiki/14.-Integration%20with%20frameworks/#142-hibernate-cache) implementation From 6031fff1df3d947d56ed9df103bced05c0bbe2a1 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 30 Nov 2016 11:28:01 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4d31031d6..6e807da36 100644 --- a/README.md +++ b/README.md @@ -51,14 +51,14 @@ Features * Thread-safe implementation * Lua scripting * [Distributed objects](https://github.com/redisson/redisson/wiki/6.-Distributed-objects) - (Object holder, Binary stream holder, Geospatial holder, BitSet, AtomicLong, AtomicDouble, PublishSubscribe, - Bloom filter, HyperLogLog) + Object holder, Binary stream holder, Geospatial holder, BitSet, AtomicLong, AtomicDouble, PublishSubscribe, + Bloom filter, HyperLogLog * [Distributed collections](https://github.com/redisson/redisson/wiki/7.-Distributed-collections) - (Map, Multimap, Set, List, SortedSet, ScoredSortedSet, LexSortedSet, Queue, Deque, Blocking Queue, Bounded Blocking Queue, Blocking Deque, Delayed Queue) + Map, Multimap, Set, List, SortedSet, ScoredSortedSet, LexSortedSet, Queue, Deque, Blocking Queue, Bounded Blocking Queue, Blocking Deque, Delayed Queue * [Distributed locks and synchronizers](https://github.com/redisson/redisson/wiki/8.-Distributed-locks-and-synchronizers) - (Lock, FairLock, MultiLock, RedLock, ReadWriteLock, Semaphore, PermitExpirableSemaphore, CountDownLatch) + Lock, FairLock, MultiLock, RedLock, ReadWriteLock, Semaphore, PermitExpirableSemaphore, CountDownLatch * [Distributed services](https://github.com/redisson/redisson/wiki/9.-distributed-services) - (Remote service, Live Object service, Executor service, Scheduler service) + Remote service, Live Object service, Executor service, Scheduler service * [Spring Cache](https://github.com/redisson/redisson/wiki/14.-Integration%20with%20frameworks/#141-spring-cache) implementation * [Hibernate Cache](https://github.com/redisson/redisson/wiki/14.-Integration%20with%20frameworks/#142-hibernate-cache) implementation * [Tomcat Session Manager](https://github.com/redisson/redisson/wiki/14.-Integration%20with%20frameworks#144-tomcat-redis-session-manager) implementation