You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reorder factory fields according to immutable configuration, mutable configuration and connection factory state. Reorder methods and switch Jedis references to its current GitHub repository.
Refine assertions. Update documentation.
See: #2503
Original pull request: #2627
Copy file name to clipboardExpand all lines: README.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This modules provides integration with the https://redis.io/[Redis] store.
9
9
10
10
== Features
11
11
12
-
* Connection package as low-level abstraction across multiple Redis drivers (https://github.com/lettuce-io/lettuce-core[Lettuce] and https://github.com/xetorthio/jedis[Jedis]).
12
+
* Connection package as low-level abstraction across multiple Redis drivers (https://github.com/lettuce-io/lettuce-core[Lettuce] and https://github.com/redis/jedis[Jedis]).
13
13
* Exception translation to Spring’s portable Data Access exception hierarchy for Redis driver exceptions
14
14
* https://docs.spring.io/spring-data/data-redis/docs/current/reference/html/#redis:template[`RedisTemplate`] that provides a high level abstraction for performing various Redis operations, exception translation and serialization support.
15
15
* Pubsub support (such as a MessageListenerContainer for message-driven POJOs).
0 commit comments