From c01d55242abdb70397a987db1a0a5b20d7fd32d7 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 4 May 2018 11:51:34 +0200 Subject: [PATCH] Remove JRedis and SRP from project site. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1155e3b5b..7d7338325 100644 --- a/index.html +++ b/index.html @@ -48,7 +48,7 @@ high-level abstractions for interacting with the store, freeing the user from in ## Features -* Connection package as low-level abstraction across multiple Redis drivers/connectors ([Jedis](https://github.com/xetorthio/jedis) and [Lettuce](https://github.com/mp911de/lettuce). Support for [JRedis](https://github.com/alphazero/jredis) and [SRP](https://github.com/spullara/redis-protocol) is deprecated.) +* Connection package as low-level abstraction across multiple Redis drivers/connectors ([Lettuce](https://github.com/mp911de/lettuce) and [Jedis](https://github.com/xetorthio/jedis)). * [Exception translation](http://docs.spring.io/spring-data/data-redis/docs/current/reference/html/#redis:connectors) to Spring's portable Data Access exception hierarchy for Redis driver exceptions * [RedisTemplate](http://docs.spring.io/spring-data/data-redis/docs/current/reference/html/#redis:template) that provides a high level abstraction for performing various Redis operations, exception translation and serialization support * [Pubsub](http://docs.spring.io/spring-data/data-redis/docs/current/reference/html/#pubsub) support (such as a MessageListenerContainer for message-driven POJOs)