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 d124280 commit 0001e17Copy full SHA for 0001e17
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