the "basic" example does not have a "setter" #1614
Unanswered
granadacoder
asked this question in
Q&A
Replies: 1 comment
-
That being said, it's not a setter in the Pojo sense. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a reason why the "setter" is missing? Or is it just a small oversight?
https://github.com/lettuce-io/lettuce-core/wiki/Basic-usage
RedisCommands<String, String> commands = connection.sync(); (3)
commands.set("foo", "bar"); << Is there a reason why this is missing?
String value = commands.get("foo"); (4)
Beta Was this translation helpful? Give feedback.
All reactions