Skip to content

Commit

Permalink
Fix code example in readme.
Browse files Browse the repository at this point in the history
Closes #3060
  • Loading branch information
mp911de committed Dec 2, 2024
1 parent 49f3f4e commit d338f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class Example {
// inject the actual template
@Autowired
private RedisTemplate<String, String> template;
private RedisTemplate<String, String> redisTemplate;
// inject the template as ListOperations
// can also inject as Value, Set, ZSet, and HashOperations
Expand Down

0 comments on commit d338f20

Please sign in to comment.