From f666179c2b26e353d9f1632db85fd1eb2abb77be Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Fri, 12 Aug 2016 18:36:09 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b639e20c..e393e6243 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,10 @@ Features * Thread-safe implementation * All commands executes in an atomic way * Lua scripting -* [Spring cache](http://docs.spring.io/spring/docs/current/spring-framework-reference/html/cache.html) integration +* [Spring cache](https://github.com/mrniko/redisson/wiki/10.-additional-features/#104-spring-cache-integration) integration * Supports [Reactive Streams](http://www.reactive-streams.org) * Supports [Redis pipelining](http://redis.io/topics/pipelining) (command batches) -* Supports [Remote services](https://github.com/mrniko/redisson/wiki/6.-distributed-objects#69-remote-service) +* Supports [Remote services](https://github.com/mrniko/redisson/wiki/9.-distributed-services/#91-remote-service) * Supports Android platform * Supports auto-reconnect * Supports failed to send command auto-retry