From 3eddd394b221e1eea95b388b90619482eb3cddd2 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 24 Aug 2016 17:13:36 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 266395a60..b2a19b33e 100644 --- a/README.md +++ b/README.md @@ -44,14 +44,14 @@ Features * [Distributed objects](https://github.com/mrniko/redisson/wiki/6.-Distributed-objects) * [Distributed collections](https://github.com/mrniko/redisson/wiki/7.-Distributed-collections) * [Distributed locks and synchronizers](https://github.com/mrniko/redisson/wiki/8.-Distributed-locks-and-synchronizers) -* [Spring cache](https://github.com/mrniko/redisson/wiki/10.-additional-features/#104-spring-cache-integration) integration -* [Hibernate](https://github.com/mrniko/redisson/wiki/14.-Integration%20with%20frameworks/#142-hibernate) integration -* [Reactive Streams](https://github.com/mrniko/redisson/wiki/3.-operations-execution#32-reactive-way) -* [Redis pipelining](https://github.com/mrniko/redisson/wiki/10.-additional-features#102-execution-batches-of-commands) (command batches) * [Remote service](https://github.com/mrniko/redisson/wiki/9.-distributed-services/#91-remote-service) * [Executor service](https://github.com/mrniko/redisson/wiki/9.-distributed-services/#93-executor-service) * [Scheduled executor service](https://github.com/mrniko/redisson/wiki/9.-distributed-services/#94-scheduled-executor-service) * [Live Object service](https://github.com/mrniko/redisson/wiki/9.-distributed-services/#92-live-object-service) +* [Spring cache](https://github.com/mrniko/redisson/wiki/10.-additional-features/#104-spring-cache-integration) integration +* [Hibernate](https://github.com/mrniko/redisson/wiki/14.-Integration%20with%20frameworks/#142-hibernate) integration +* [Reactive Streams](https://github.com/mrniko/redisson/wiki/3.-operations-execution#32-reactive-way) +* [Redis pipelining](https://github.com/mrniko/redisson/wiki/10.-additional-features#102-execution-batches-of-commands) (command batches) * Supports Android platform * Supports auto-reconnect * Supports failed to send command auto-retry