Skip to content

Commit

Permalink
Fix documentation to use resource injection for RedisTemplate operati…
Browse files Browse the repository at this point in the history
…ons.

Closes #2828
  • Loading branch information
mp911de committed Jan 11, 2024
1 parent 0187f30 commit 86b97e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/antora/modules/ROOT/pages/redis/hash-mappers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class Person {
public class HashMapping {
@Autowired
@Resource(name = "redisTemplate")
HashOperations<String, byte[], byte[]> hashOperations;
HashMapper<Object, byte[], byte[]> mapper = new ObjectHashMapper();
Expand Down

0 comments on commit 86b97e3

Please sign in to comment.