Closed
Description
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.
- ACL DELUSER - support deletion of only one user (can't have a list of users)
- ACL GENPASS - Does not support optional parameter
bits
- ACL HELP - not supported
- AUTH - not supported
- BGSAVE - Does not support optional parameter
SCHEDULE
(version >= 3.2.2) - CLIENT KILL - does to support
USER
filter - CLIENT LIST - support only single client-id
- CLIENT GETREDIR - PR
- CLIENT PAUSE - Support WRITE in CLIENT PAUSE #1549 (need to add test)
- CLIENT REPLY - not supported
- CLIENT TRACKING - Support CLIENT TRACKING #1612
- CLIENT TRACKINGINFO- not supported
- COMMAND (get an array of Redis commands details) - not supported
- COMMAND COUNT - not supported
- COMMAND GETKEYS - COMMAND GETKEYS support #1738
- COMMAND INFO - Throw NotImplementedError for COMMAND INFO #1609
- DEBUG SEGFAULT - not supported
- DISCARD - not supported
- FAILOVER - not supported (version >= 6.2.0)
- GEOADD - [NX|XX] [CH] options not supported (version >= 6.2.0) Add support to NX XX and CH to
GEOADD
#1605 - GEORADIUS and GEORADIUSBYMEMBER - The
ANY
option forCOUNT
is not supported Add support to ANY to GEOSEARCHSTORE and to GEOSEARCH #1606 - GEOSEARCH
- GEOSEARCHSTORE
- HELLO - not supported
- LULWUT - Implement/test LOLWUT command #1568
- LPUSHX - cant have a list.
- MEMORY DOCTOR- Throw NotImplementedError for MEMORY DOCTOR and MEMORY HELP #1608
- MEMORY HELP- Throw NotImplementedError for MEMORY DOCTOR and MEMORY HELP #1608
- MEMORY MALLOC-STATS- not supported
- MIGRATE -
AUTH2
not supported Support AUTH2 in MIGRATE #1616 - MODULE LOAD - args option not supported
- QUIT- not supported
- RESET- not supported
- RESTORE - does not support
IDLETIME
andFREQ
params - ROLE- not supported Adding ROLE Command #1610
- SCRIPT DEBUG - not supported
- SCRIPT FLUSH - ASYNC flushing mode is not supported
- SELECT - not supported Support for SELECT #1825
- SET -
PXAT
andEXAT
ar not supported. - SMISMEMBER - PR
- REPLICAOF - PR
- STRALGO LCS - PR
- SYNC and PSYNC - Support SYNC and PSYNC #1741
- ZRANGESTORE and ZRANGE-
BYSCORE
,BYLEX
,REV
andLIMIT
are not supported add support toZRANGE
andZRANGESTORE
parameters #1603 - ZMSCORE - PR
- XADD -
MINID
andLIMIT
are not supported. - XGROUP -
CREATECONSUMER
is not supported - Add support for missing command ACL DRYRUN #1963
- Add support for missing command ASKING #1964
- Add support for missing command BITFIELD_RO #1966
- Add support for missing command CLUSTER BUMPEPOCH #1968
- Add support for missing command CLUSTER FLUSHSLOTS #1969
- Add support for missing command CLUSTER FORGET #1970
- Add support for missing command CLUSTER GETKEYSINSLOT #1971
- Add support for missing command CLUSTER MYID #1972
- Add support for missing command CLUSTER SLOTS #1973
- Add support for missing command CLUSTER SLAVES #1974
- Add support for missing command GEORADIUSBYMEMBER_RO #1975
- Add support for missing command GEORADIUS_RO #1976
- Add support for missing command LATENCY DOCTOR #1977
- Add support for missing command LATENCY GRAPH #1978
- Add support for missing command LATENCY HISTOGRAM #1979
- Add support for missing command LATENCY HISTORY #1980
- Add support for missing command LATENCY LATEST #1981
- Add support for missing command LATENCY RESET #1982
- Add support for XSETID #1944