Skip to content

Commit

Permalink
Merge pull request #28540 from tnmtechnologies/fix/redisReferenceData…
Browse files Browse the repository at this point in the history
…SourceGroupsCodeSnippet

get method doesn't return the value in hash group code snippet in redis reference
  • Loading branch information
gsmet authored Oct 12, 2022
2 parents 4342fa4 + 0d4ae30 commit 5ff6805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/redis-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ public class MyRedisService {
}
public Person get(String field) {
commands.hget(MY_KEY, field); // <4>
return commands.hget(MY_KEY, field); // <4>
}
}
----
Expand Down

0 comments on commit 5ff6805

Please sign in to comment.