Skip to content

Commit baf8bea

Browse files
Merge pull request #39 from Teamop/update-doc
Update the default Redis driver as Lettuce
2 parents d9254e9 + 433cdfa commit baf8bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ factory drives both the template and the message listener container, letting the
9090
to the Redis server.
9191

9292
This example uses Spring Boot's default `RedisConnectionFactory`, an instance of
93-
`JedisConnectionFactory` that is based on the https://github.com/xetorthio/jedis[Jedis]
93+
`LettuceConnectionFactory` that is based on the https://github.com/redis/lettuce[Lettuce]
9494
Redis library. The connection factory is injected into both the message listener container
9595
and the Redis template, as the following example (from
9696
`src/main/java/com/example/messagingredis/MessagingRedisApplication.java`) shows:

0 commit comments

Comments
 (0)