-
-
Notifications
You must be signed in to change notification settings - Fork 993
Closed
Labels
Description
As part of extending support for redis in predis, this tracking issue will list unimplemented (as of yet) redis 6.2 commands. Working with this tracking issue is an experiment, to see if as a community we can leverage the same issue in from redis-py here, and if this works for us.
It is important to note, that these issues are in no way prioritized, they're merely a single point for tracking unimplemented commands associated with a specific version.
- Add support for missing redis command ZRANGESTORE #819
- Add support for missing redis command BZMPOP #818
- Add support for missing redis command ZMPOP #817
- Add support for missing redis command ZDIFFSTORE #816
- Add support for missing redis command ZDIFF #815
- Add support for missing redis command ZRANDMEMBER #814
- Add support for missing redis command ZMSCORE #813
- Add support for missing redis command ZINTER #836
- Add support for missing redis command ZINTERCARD #837
- Add support for missing redis command ZRANGESTORE #838
- Add support for missing redis command ZUNION #839
- Add support for missing redis command BZPOPMIN #840
- Add support for missing redis command BZPOPMAX #841
- Add support for missing redis command BLMOVE #842
- Add support for missing redis command CLIENT #843
- Add support for missing redis command INFO #844
- Add support for missing redis command COPY #845
- Add support for missing redis command CREATECONSUMER #846
- Add support for missing redis command FAILOVER #847
- Add support for missing redis command GEOSEARCH #848
- Add support for missing redis command GEOSEARCHSTORE #849
- Add support for missing redis command GETDEL #850
- Add support for missing redis command GETEX #851
- Add support for missing redis command HRANDFIELD #852
- Add support for missing redis command LMOVE #853
- Add support for missing redis command SMISMEMBER #854
- Add support for missing redis command XAUTOCLAIM #855
- Add support for missing redis command XGROUP CREATECONSUMER #856
- Support new Redis 6.2 arguments for ACL GETUSER #975
- Support new Redis 6.2 arguments for ACL SETUSER #976
- Support new Redis 6.2 arguments for CLUSTER SLOTS #979
- Support new Redis 6.2 arguments for COMMAND INFO #980
- Support new Redis 6.2 arguments for CONFIG GET #981
- Support new Redis 6.2 arguments for CONFIG SET #982
- Support new Redis 6.2 arguments for EXPIRE #983
- Support new Redis 6.2 arguments for EXPIREAT #984
- Support new Redis 6.2 arguments for GEORADIUS #985
- Support new Redis 6.2 arguments for GEORADIUSBYMEMBER #986
- Support new Redis 6.2 arguments for GEOSEARCH #987
- Support new Redis 6.2 arguments for GEOSEARCHSTORE #988
- Support new Redis 6.2 arguments for INFO #989
- Support new Redis 6.2 arguments for PEXPIRE #990
- Support new Redis 6.2 arguments for PEXPIREAT #991
- Support new Redis 6.2 arguments for SET #992
- Support new Redis 6.2 arguments for SHUTDOWN #993
- Support new Redis 6.2 arguments for XADD #994
- Support new Redis 6.2 arguments for XAUTOCLAIM #995
- Support new Redis 6.2 arguments for XGROUP CREATE #996
- Support new Redis 6.2 arguments for XGROUP SETID #997
- Support new Redis 6.2 arguments for XINFO GROUPS #998
- Support new Redis 6.2 arguments for XINFO STREAM #999
- Support new Redis 6.2 arguments for XSETID #1000
tillkruss, andrew-demb and chayim