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
RPUSHX allows multiple elements, but the redis-py call only accepts a single value (source).
LPUSHX does accept multiple values, so I don't think there was any sort of technical limitation for supporting this? (source)
Version: redis-py: 5.0.0 redis 5.0.7
Platform: Python 3.9.18
Description: See above
related PR: #1559
The text was updated successfully, but these errors were encountered:
RPUSHX
Successfully merging a pull request may close this issue.
RPUSHX allows multiple elements, but the redis-py call only accepts a single value (source).
LPUSHX does accept multiple values, so I don't think there was any sort of technical limitation for supporting this? (source)
Version: redis-py: 5.0.0 redis 5.0.7
Platform: Python 3.9.18
Description: See above
related PR: #1559
The text was updated successfully, but these errors were encountered: