-
Notifications
You must be signed in to change notification settings - Fork 2.4k
DOC-4464 examples for llen, lpop, lpush, lrange, rpop, and rpush #3234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC-4464 examples for llen, lpop, lpush, lrange, rpop, and rpush #3234
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's use better variable names for the examples.
@andy-stark-redis are we keeping those variable names or we are waiting for an update on this PR? |
@ndyakov I'll update them - I was just a little delayed in getting back to this. |
…is#3234) * DOC-4464 examples for llen, lpop, lpush, lrange, rpop, and rpush * DOC-4464 improved variable names --------- Co-authored-by: Vladyslav Vildanov <[email protected]> Co-authored-by: Nedyalko Dyakov <[email protected]>
DOC-4464, DOC-4469, DOC-4474, DOC-4479, DOC-4489, and DOC-4484.
Go versions of the examples for
LLEN
,LPOP
,LPUSH
,LRANGE
,RPOP
, andRPUSH
.