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)