We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761115a commit 7c35464Copy full SHA for 7c35464
src/main/antora/modules/ROOT/pages/redis/template.adoc
@@ -140,7 +140,7 @@ class MyConfig {
140
RedisTemplate<String, String> redisTemplate(RedisConnectionFactory connectionFactory) {
141
142
RedisTemplate<String, String> template = new RedisTemplate<>();
143
- template.setConnectionFactory(redisConnectionFactory);
+ template.setConnectionFactory(connectionFactory);
144
return template;
145
}
146
0 commit comments