-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
RPOPLPUSH命令 src 和dest相同的时候没有没有修改list #2953
Comments
Title: RPOPLPUSH command does not modify the list when src and dest are the same. |
是否开启了redis cache呢, 能否辛苦看一下redis cache关闭的情况下是否会有这个问题呢 |
Is the redis cache enabled? Can you take a hard look to see if this problem occurs when the redis cache is turned off? |
这个问题确实是个bug,我们会尽快修复rpoplpush在cache&list模式下的功能正确性 |
After looking at the code, when cache is supported, this command is not supported in cache mode, but there should be a bug here that fails to return an error, and will be fixed as soon as possible. |
Is this a regression?
Yes
Description
rpoplpush在src和dest相同的时候,连续执行返回值正确,但是使用LRANGE查看整个列表元素顺序未发生改变。
Please provide a link to a minimal reproduction of the bug
No response
Screenshots or videos
Please provide the version you discovered this bug in (check about page for version information)
Anything else?
No response
The text was updated successfully, but these errors were encountered: