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 df2f546 commit 5cf50d9Copy full SHA for 5cf50d9
README.adoc
@@ -36,7 +36,7 @@ public class Example {
36
37
// inject the actual template
38
@Autowired
39
- private RedisTemplate<String, String> template;
+ private RedisTemplate<String, String> redisTemplate;
40
41
// inject the template as ListOperations
42
// can also inject as Value, Set, ZSet, and HashOperations
0 commit comments