Skip to content

Commit a82cc4b

Browse files
hanbee1005mp911de
authored andcommitted
Update readme links to Antora deeplinks.
Closes #2840 Original pull request: #2841
1 parent 018f244 commit a82cc4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ This modules provides integration with the https://redis.io/[Redis] store.
1111

1212
* 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]).
1313
* Exception translation to Spring’s portable Data Access exception hierarchy for Redis driver exceptions
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.
14+
* https://docs.spring.io/spring-data/redis/reference/redis/template.html[`RedisTemplate`] that provides a high level abstraction for performing various Redis operations, exception translation and serialization support.
1515
* Pubsub support (such as a MessageListenerContainer for message-driven POJOs).
16-
* https://docs.spring.io/spring-data/data-redis/docs/current/reference/html/#redis:sentinel[Redis Sentinel] and https://docs.spring.io/spring-data/data-redis/docs/current/reference/html/#cluster[Redis Cluster] support.
16+
* https://docs.spring.io/spring-data/redis/reference/redis/connection-modes.html#redis:sentinel[Redis Sentinel] and https://docs.spring.io/spring-data/redis/reference/redis/connection-modes.html#cluster.enable[Redis Cluster] support.
1717
* Reactive API using the Lettuce driver.
1818
* JDK, String, JSON and Spring Object/XML mapping serializers.
1919
* JDK Collection implementations on top of Redis.

0 commit comments

Comments
 (0)