-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
adds support for list lpos command #2229
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.
This is incomplete. COUNT
can used alone. But it doesn't support that. There's also MAXLEN
option.
Params approach is better fit for this command.
@sazzad16 Got it, I will do the Params approach. |
@kenus34 Yes. But you don't have to name
|
be39069
to
87a3720
Compare
87a3720
to
450d4fb
Compare
@sazzad16 Thanks a lot. I have made the changes and pushed the same. |
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.
Almost done!
src/test/java/redis/clients/jedis/tests/commands/ListCommandsTest.java
Outdated
Show resolved
Hide resolved
Thanks for the suggestion. I have resolved the comments. |
This commit adds support for the
lpos
command added in Redis 6.0.6