-
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
Unsupported Redis Commands as of 6.2.0 #1546
Comments
ZINTERCARD is available since 7.0.0. |
bgsave tests Part of redis#1546
Part of redis#1546 commands.
Adding support for ACL help Part of redis#1546
Adding support for ACL help Part of #1546
Support for CLIENT KILL with the USER filter Part of redis#1546
closes redis#1539 Part of redis#1546
* CLIENT LIST fix to allow multiple client_ids Support for CLIENT KILL with the USER filter Part of #1546 * test fix
Support for Zset (ZRANGE) command |
@leonpros There is no ZSET command. ZRANGE is currently supported, and the extensions we believe are missing are documented above. Are there other parts of the ZRANGE command you think we're missing? |
In the documentation above, ZRANGE is unchecked, thus i thought it was missing. Also, the is no documentation on how to use it in robot framework |
This project definitely wouldn't document how to use it with robot, but the functions themselves would be documented. The current implementation of ZRANGE is in master and will be in the upcoming release. This is a tracking issue for missing redis commands and features. The items mentioned above, are to be added - though I don't yet know when. |
closes redis#1539 Part of redis#1546 (cherry picked from commit febede1) cr: https://code.amazon.com/reviews/CR-57987360
Some of the commands marked as complete, now have functions that raise NotImplementedError. This is the preferred behaviour for a function (such as DEBUG SEGFAULT) that will not have an active implementation - though upon further reflection, I think this should really be ValueError. |
closes redis#1539 Part of redis#1546 (cherry picked from commit febede1) cr: https://code.amazon.com/reviews/CR-57987360
The following is the list of released redis commands that redis-py does not support. This is a tracking issue, so that we can link back, and check off each item as support is added, or the decision is made to node support them. Thanks to @AvitalFineRedis for compiling this list by going through each redis command. For the curious, the full up-to-date command list can always be found here.
bits
SCHEDULE
(version >= 3.2.2)USER
filterGEOADD
#1605ANY
option forCOUNT
is not supported Add support to ANY to GEOSEARCHSTORE and to GEOSEARCH #1606AUTH2
not supported Support AUTH2 in MIGRATE #1616IDLETIME
andFREQ
paramsPXAT
andEXAT
ar not supported.BYSCORE
,BYLEX
,REV
andLIMIT
are not supported add support toZRANGE
andZRANGESTORE
parameters #1603MINID
andLIMIT
are not supported.CREATECONSUMER
is not supportedThe text was updated successfully, but these errors were encountered: