-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Redis 6.2 New Commands Check List #1434
Comments
Would like to raise an issue for tracking what we missed and add them one by one. |
ZMSCORE seems to be missing? |
Hi, the above list shows the commands missing in current redis-py and supported by redis v6.2 right? Can we contribute to add these? If yes, can you please tell if we need to raise a PR to the master branch itself? |
Would need to check one by one. I think most of them are missing right now. You can mention this issue in your PRs so that others could check the mentioned records and know which one is done |
xadd(self, name, fields, id='*', maxlen=None, approximate=True) change all fields value data type to string, is it correct? |
Part of the new commands in redis#1434
Part of the new commands in redis#1434
ZRANDMEMBER seems to be missing? |
* #1434 Added zmscore command support * #1434 Fixed typo and doc * #1434 Set [] as default value for members arg in zmscore func * #1434 Set None as default value for members arg in zmscore func * #1434 Removed default value for members arg in zmscore func * Fixed flake8 formatting Co-authored-by: jiekun.zhu <jiekun.zhu@shopee.com>
Closing in favour of #1546. It's canonical. If you see any missing there, please update! |
redis/redis-py#1434 Added support for ZMSCORE new in Redis 6.2 RC (andymccurdy/redis-py##1437) Signed-off-by: Andrew-Chen-Wang <acwangpython@gmail.com>
Thanks for wanting to report an issue you've found in redis-py. Please delete this text and fill in the template below.
It is of course not always possible to reduce your code to a small test case, but it's highly appreciated to have as much data as possible. Thank you!
Version: Redis 6.2
Platform: N/A
Description: Check Redis 6.2 RC Release Note and update missing commands
Commands new in Redis 6.2:
The text was updated successfully, but these errors were encountered: