We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c35464 commit 00c825bCopy full SHA for 00c825b
src/main/antora/modules/ROOT/pages/redis/hash-mappers.adoc
@@ -44,7 +44,7 @@ public class HashMapping {
44
45
public Person loadHash(String key) {
46
47
- Map<byte[], byte[]> loadedHash = hashOperations.entries("key");
+ Map<byte[], byte[]> loadedHash = hashOperations.entries(key);
48
return (Person) mapper.fromHash(loadedHash);
49
}
50
0 commit comments