We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
LPosArgs uses FIRST instead of RANK causing a syntax error
LPosArgs
FIRST
RANK
syntax error
"RPUSH" "mylist" "a" "b" "c" "1" "2" "3" "c" "c" "LPOS" "mylist" "c" "COUNT" "2" "FIRST" "-1" > ERR syntax error "LPOS" "mylist" "c" "COUNT" "2" "RANK" "-1" > [7,6]
Please rename LPosArgs.first to LPosArgs.rank and send the RANK option if present.
LPosArgs.first
LPosArgs.rank
Commit redis/redis@a5a3a7b changed the option name.
The text was updated successfully, but these errors were encountered:
Rename LPOS FIRST option to RANK #1410
aa02dd0
The FIRST option was renamed in Redis so we're following now.
That's fixed now.
Sorry, something went wrong.
2acf099
No branches or pull requests
LPosArgs
usesFIRST
instead ofRANK
causing asyntax error
Please rename
LPosArgs.first
toLPosArgs.rank
and send theRANK
option if present.Commit redis/redis@a5a3a7b changed the option name.
The text was updated successfully, but these errors were encountered: