Skip to content
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

Cannot specify count to LPOP command #1754

Closed
stunkki opened this issue May 14, 2021 · 0 comments
Closed

Cannot specify count to LPOP command #1754

stunkki opened this issue May 14, 2021 · 0 comments

Comments

@stunkki
Copy link

stunkki commented May 14, 2021

After version 6.2 LPOP there can be additional count argumen in LPOP command. As seen in here:

https://redis.io/commands/LPOP

= 6.2: Added the count argument.

Expected Behavior

client.LPop(context.TODO(), "mylist", 2) => success

Current Behavior

"Too many arguments in call"

Possible Solution

Modify LPop command in commands.go to support count argument.

monkey92t added a commit to monkey92t/redis that referenced this issue May 15, 2021
Signed-off-by: monkey <golang@88.com>
monkey92t added a commit that referenced this issue May 19, 2021
* Added missing idle args in XPendingExtArgs (#1750)

Added missing idle args in XPendingExtArgs

* fix #1754 (#1756)

* Replace go-pg with bun

* fix #1755

Signed-off-by: monkey <golang@88.com>

* fix read data

Signed-off-by: monkey <golang@88.com>

* fix #1758 (#1759)

fix #1758

Co-authored-by: Parvez <syedparvez72@gmail.com>
Co-authored-by: Vladimir Mihailenco <vladimir.webdev@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant