diff --git a/README.md b/README.md index cb4c91839..6e807da36 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 collections](https://github.com/redisson/redisson/wiki/7.-Distributed-collections) -* [Distributed locks and synchronizers](https://github.com/redisson/redisson/wiki/8.-Distributed-locks-and-synchronizers) -* [Distributed services](https://github.com/redisson/redisson/wiki/9.-distributed-services) +* [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