redis/src/commands
Itamar Haber 3e09a8c097
Fixes commands' syntices (#10534)
Fixes in command argument in json files
* Fixes BITFIELD's syntax ("sub-commands" can be repeated, and OVERFLOW is only valid for SET and INCR)
* Improves readability of SET (reordered)
* Fixes GEOSEARCH and GEOSEARCH_RO syntices (use `oneof` for mutually exclusive group instead of `optional`)
* Fixes MIGRATE syntax (use `oneof` for mutually exclusive group instead of `optional`)
* Fixes MODULE LOADEX syntax (the `CONFIG` token should be repeated too when using multiple configs)

other:
* make generate-command-help.rb accept a path to commands.json, or read it from stdin (e.g. `generate-commands-json.py | generate-command-help.rb -`)
2022-04-06 09:33:33 +03:00
..
acl-cat.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
acl-deluser.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
acl-dryrun.json ACL V2 - Selectors and key based permissions (#9974) 2022-01-20 13:05:27 -08:00
acl-genpass.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
acl-getuser.json Added missing documentation about the ACL GETUSER changes in acl-v2 (#10200) 2022-01-28 12:13:44 -08:00
acl-help.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
acl-list.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
acl-load.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
acl-log.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
acl-save.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
acl-setuser.json ACL V2 - Selectors and key based permissions (#9974) 2022-01-20 13:05:27 -08:00
acl-users.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
acl-whoami.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
acl.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
append.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
asking.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
auth.json Adding module api for processing commands during busy jobs and allow flagging the commands that should be handled at this status (#9963) 2022-01-20 09:05:53 +02:00
bgrewriteaof.json Allow most CONFIG SET during loading, block some commands in async-loading (#9878) 2021-12-22 14:11:16 +02:00
bgsave.json Add missing metadata to the commands SSOT files. (#10016) 2021-12-29 21:57:40 +02:00
bitcount.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
bitfield.json Fixes commands' syntices (#10534) 2022-04-06 09:33:33 +03:00
bitfield_ro.json Fixes commands' syntices (#10534) 2022-04-06 09:33:33 +03:00
bitop.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
bitpos.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
blmove.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
blmpop.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
blpop.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
brpop.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
brpoplpush.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
bzmpop.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
bzpopmax.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
bzpopmin.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
client-caching.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
client-getname.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
client-getredir.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
client-help.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
client-id.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
client-info.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
client-kill.json Add missing metadata to the commands SSOT files. (#10016) 2021-12-29 21:57:40 +02:00
client-list.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
client-no-evict.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
client-pause.json Update json command files so they only include syntax related information (#10398) 2022-04-05 10:36:06 +03:00
client-reply.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
client-setname.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
client-tracking.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
client-trackinginfo.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
client-unblock.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
client-unpause.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
client.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
cluster-addslots.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
cluster-addslotsrange.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
cluster-bumpepoch.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
cluster-count-failure-reports.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
cluster-countkeysinslot.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
cluster-delslots.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
cluster-delslotsrange.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
cluster-failover.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
cluster-flushslots.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
cluster-forget.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
cluster-getkeysinslot.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
cluster-help.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
cluster-info.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
cluster-keyslot.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
cluster-links.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
cluster-meet.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
cluster-myid.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
cluster-nodes.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
cluster-replicas.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
cluster-replicate.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
cluster-reset.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
cluster-saveconfig.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
cluster-set-config-epoch.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
cluster-setslot.json Fix node-id type in cluster-setslot (#10348) 2022-02-27 23:46:57 -08:00
cluster-shards.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
cluster-slaves.json Add missing doc_flags to cluster-slaves (#10387) 2022-03-07 17:59:51 +02:00
cluster-slots.json Update json command files so they only include syntax related information (#10398) 2022-04-05 10:36:06 +03:00
cluster.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
command-count.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
command-docs.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
command-getkeys.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
command-getkeysandflags.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
command-help.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
command-info.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
command-list.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
command.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
config-get.json Multiparam config get. (#9914) 2021-12-16 09:01:13 +02:00
config-help.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
config-resetstat.json Allow most CONFIG SET during loading, block some commands in async-loading (#9878) 2021-12-22 14:11:16 +02:00
config-rewrite.json Allow most CONFIG SET during loading, block some commands in async-loading (#9878) 2021-12-22 14:11:16 +02:00
config-set.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
config.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
copy.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
dbsize.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
debug.json Protected configs and sensitive commands (#9920) 2021-12-19 10:46:16 +02:00
decr.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
decrby.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
del.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
discard.json Adding module api for processing commands during busy jobs and allow flagging the commands that should be handled at this status (#9963) 2022-01-20 09:05:53 +02:00
dump.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
echo.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
eval.json Add key-specs notes (#10193) 2022-01-30 12:00:03 +02:00
eval_ro.json Add key-specs notes (#10193) 2022-01-30 12:00:03 +02:00
evalsha.json Support function flags in script EVAL via shebang header (#10126) 2022-01-24 16:50:02 +02:00
evalsha_ro.json Support function flags in script EVAL via shebang header (#10126) 2022-01-24 16:50:02 +02:00
exec.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
exists.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
expire.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
expireat.json commands arguments improvement about unix-time type (#10203) 2022-01-29 15:21:59 +02:00
expiretime.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
failover.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
fcall.json Update FCALL/FCALL_RO summary and complexity (#10240) 2022-02-05 10:35:07 +02:00
fcall_ro.json Update FCALL/FCALL_RO summary and complexity (#10240) 2022-02-05 10:35:07 +02:00
flushall.json Update json command files so they only include syntax related information (#10398) 2022-04-05 10:36:06 +03:00
flushdb.json Update json command files so they only include syntax related information (#10398) 2022-04-05 10:36:06 +03:00
function-delete.json Update function-delete.json - argument is library name, not function name (#10253) 2022-02-07 20:01:34 +02:00
function-dump.json Add FUNCTION DUMP and RESTORE. (#9938) 2021-12-26 09:03:37 +02:00
function-flush.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
function-help.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
function-kill.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
function-list.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
function-load.json Functions: Move library meta data to be part of the library payload. (#10500) 2022-04-05 10:27:24 +03:00
function-restore.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
function-stats.json Some adjustments to command hints. (#10375) 2022-03-09 16:40:27 +02:00
function.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
geoadd.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
geodist.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
geohash.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
geopos.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
georadius.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
georadius_ro.json Fix some wrong commands arguments since (#10208) 2022-01-30 08:45:12 +02:00
georadiusbymember.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
georadiusbymember_ro.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
geosearch.json Fixes commands' syntices (#10534) 2022-04-06 09:33:33 +03:00
geosearchstore.json Fixes commands' syntices (#10534) 2022-04-06 09:33:33 +03:00
get.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
getbit.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
getdel.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
getex.json Add key-specs notes (#10193) 2022-01-30 12:00:03 +02:00
getrange.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
getset.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
hdel.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
hello.json Adding module api for processing commands during busy jobs and allow flagging the commands that should be handled at this status (#9963) 2022-01-20 09:05:53 +02:00
hexists.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
hget.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
hgetall.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
hincrby.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
hincrbyfloat.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
hkeys.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
hlen.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
hmget.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
hmset.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
hrandfield.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
hscan.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
hset.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
hsetnx.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
hstrlen.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
hvals.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
incr.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
incrby.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
incrbyfloat.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
info.json Make INFO command variadic (#6891) 2022-02-08 13:14:42 +02:00
keys.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
lastsave.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
latency-doctor.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
latency-graph.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
latency-help.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
latency-histogram.json Some adjustments to command hints. (#10375) 2022-03-09 16:40:27 +02:00
latency-history.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
latency-latest.json Some adjustments to command hints. (#10375) 2022-03-09 16:40:27 +02:00
latency-reset.json Some adjustments to command hints. (#10375) 2022-03-09 16:40:27 +02:00
latency.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
lcs.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
lindex.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
linsert.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
llen.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
lmove.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
lmpop.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
lolwut.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
lpop.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
lpos.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
lpush.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
lpushx.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
lrange.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
lrem.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
lset.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
ltrim.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
memory-doctor.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
memory-help.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
memory-malloc-stats.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
memory-purge.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
memory-stats.json Some adjustments to command hints. (#10375) 2022-03-09 16:40:27 +02:00
memory-usage.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
memory.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
mget.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
migrate.json Fixes commands' syntices (#10534) 2022-04-06 09:33:33 +03:00
module-help.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
module-list.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
module-load.json Allow most CONFIG SET during loading, block some commands in async-loading (#9878) 2021-12-22 14:11:16 +02:00
module-loadex.json Fixes commands' syntices (#10534) 2022-04-06 09:33:33 +03:00
module-unload.json Allow most CONFIG SET during loading, block some commands in async-loading (#9878) 2021-12-22 14:11:16 +02:00
module.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
monitor.json Update json command files so they only include syntax related information (#10398) 2022-04-05 10:36:06 +03:00
move.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
mset.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
msetnx.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
multi.json Adding module api for processing commands during busy jobs and allow flagging the commands that should be handled at this status (#9963) 2022-01-20 09:05:53 +02:00
object-encoding.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
object-freq.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
object-help.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
object-idletime.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
object-refcount.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
object.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
persist.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
pexpire.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
pexpireat.json commands arguments improvement about unix-time type (#10203) 2022-01-29 15:21:59 +02:00
pexpiretime.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
pfadd.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
pfcount.json Add key-specs notes (#10193) 2022-01-30 12:00:03 +02:00
pfdebug.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
pfmerge.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
pfselftest.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
ping.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
psetex.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
psubscribe.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
psync.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
pttl.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
publish.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
pubsub-channels.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
pubsub-help.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
pubsub-numpat.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
pubsub-numsub.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
pubsub-shardchannels.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
pubsub-shardnumsub.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
pubsub.json Fix typo in doc for PUBSUB command (#10117) 2022-01-15 19:57:24 +02:00
punsubscribe.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
quit.json Adding module api for processing commands during busy jobs and allow flagging the commands that should be handled at this status (#9963) 2022-01-20 09:05:53 +02:00
randomkey.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
readonly.json update codes according to new json file (#7425) 2022-01-10 08:00:04 +02:00
readwrite.json update codes according to new json file (#7425) 2022-01-10 08:00:04 +02:00
rename.json Update json command files so they only include syntax related information (#10398) 2022-04-05 10:36:06 +03:00
renamenx.json Fix double key declaration for renamenx and change flag to INSERT (#10137) 2022-01-19 19:30:32 -08:00
replconf.json Remove ALLOW_BUSY from REPLICAOF and add it to REPLCONF. Add DEPRECATED doc flag to SLAVEOF, mark it as deprecated. (#10315) 2022-02-22 10:55:54 +02:00
replicaof.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
reset.json Adding module api for processing commands during busy jobs and allow flagging the commands that should be handled at this status (#9963) 2022-01-20 09:05:53 +02:00
restore-asking.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
restore.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
role.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
rpop.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
rpoplpush.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
rpush.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
rpushx.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
sadd.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
save.json Ban snapshot-creating commands and other admin commands from transactions (#10015) 2022-01-04 13:37:47 +02:00
scan.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
scard.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
script-debug.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
script-exists.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
script-flush.json Update json command files so they only include syntax related information (#10398) 2022-04-05 10:36:06 +03:00
script-help.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
script-kill.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
script-load.json Support function flags in script EVAL via shebang header (#10126) 2022-01-24 16:50:02 +02:00
script.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
sdiff.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
sdiffstore.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
select.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
sentinel-ckquorum.json Sentinel: update command json files (#10374) 2022-03-15 18:38:07 +02:00
sentinel-config.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
sentinel-debug.json Sentinel: update command json files (#10374) 2022-03-15 18:38:07 +02:00
sentinel-failover.json Sentinel: update command json files (#10374) 2022-03-15 18:38:07 +02:00
sentinel-flushconfig.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
sentinel-get-master-addr-by-name.json Sentinel: update command json files (#10374) 2022-03-15 18:38:07 +02:00
sentinel-help.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
sentinel-info-cache.json Sentinel: update command json files (#10374) 2022-03-15 18:38:07 +02:00
sentinel-is-master-down-by-addr.json Sentinel: update command json files (#10374) 2022-03-15 18:38:07 +02:00
sentinel-master.json Sentinel: update command json files (#10374) 2022-03-15 18:38:07 +02:00
sentinel-masters.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
sentinel-monitor.json Sentinel: update command json files (#10374) 2022-03-15 18:38:07 +02:00
sentinel-myid.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
sentinel-pending-scripts.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
sentinel-remove.json Sentinel: update command json files (#10374) 2022-03-15 18:38:07 +02:00
sentinel-replicas.json Sentinel: update command json files (#10374) 2022-03-15 18:38:07 +02:00
sentinel-reset.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
sentinel-sentinels.json Sentinel: update command json files (#10374) 2022-03-15 18:38:07 +02:00
sentinel-set.json Sentinel: update command json files (#10374) 2022-03-15 18:38:07 +02:00
sentinel-simulate-failure.json Sentinel: update command json files (#10374) 2022-03-15 18:38:07 +02:00
sentinel.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
set.json Fixes commands' syntices (#10534) 2022-04-06 09:33:33 +03:00
setbit.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
setex.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
setnx.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
setrange.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
shutdown.json Update json command files so they only include syntax related information (#10398) 2022-04-05 10:36:06 +03:00
sinter.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
sintercard.json Improve testing and update flags around commands without ACL keyspec flags (#10167) 2022-01-25 09:55:30 +02:00
sinterstore.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
sismember.json Improve testing and update flags around commands without ACL keyspec flags (#10167) 2022-01-25 09:55:30 +02:00
slaveof.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
slowlog-get.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
slowlog-help.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
slowlog-len.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
slowlog-reset.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
slowlog.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
smembers.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
smismember.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
smove.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
sort.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
sort_ro.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
spop.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
spublish.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
srandmember.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
srem.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
sscan.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
ssubscribe.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
strlen.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
subscribe.json Update json command files so they only include syntax related information (#10398) 2022-04-05 10:36:06 +03:00
substr.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
sunion.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
sunionstore.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
sunsubscribe.json command json files cleanups (#10473) 2022-03-30 09:39:26 +03:00
swapdb.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
sync.json Ban snapshot-creating commands and other admin commands from transactions (#10015) 2022-01-04 13:37:47 +02:00
time.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
touch.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
ttl.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
type.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
unlink.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
unsubscribe.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
unwatch.json Adding module api for processing commands during busy jobs and allow flagging the commands that should be handled at this status (#9963) 2022-01-20 09:05:53 +02:00
wait.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
watch.json Adding module api for processing commands during busy jobs and allow flagging the commands that should be handled at this status (#9963) 2022-01-20 09:05:53 +02:00
xack.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
xadd.json Add key-specs notes (#10193) 2022-01-30 12:00:03 +02:00
xautoclaim.json X[AUTO]CLAIM should skip deleted entries (#10227) 2022-02-08 10:20:09 +02:00
xclaim.json commands arguments improvement about unix-time type (#10203) 2022-01-29 15:21:59 +02:00
xdel.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
xgroup-create.json Add stream consumer group lag tracking and reporting (#9127) 2022-02-23 22:34:58 +02:00
xgroup-createconsumer.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
xgroup-delconsumer.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
xgroup-destroy.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
xgroup-help.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
xgroup-setid.json Add stream consumer group lag tracking and reporting (#9127) 2022-02-23 22:34:58 +02:00
xgroup.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
xinfo-consumers.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
xinfo-groups.json Add stream consumer group lag tracking and reporting (#9127) 2022-02-23 22:34:58 +02:00
xinfo-help.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
xinfo-stream.json Add stream consumer group lag tracking and reporting (#9127) 2022-02-23 22:34:58 +02:00
xinfo.json Auto-generate the command table from JSON files (#9656) 2021-12-15 21:23:15 +02:00
xlen.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
xpending.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
xrange.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
xread.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
xreadgroup.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
xrevrange.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
xsetid.json Add stream consumer group lag tracking and reporting (#9127) 2022-02-23 22:34:58 +02:00
xtrim.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
zadd.json Fix some wrong commands arguments since (#10208) 2022-01-30 08:45:12 +02:00
zcard.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zcount.json Improve testing and update flags around commands without ACL keyspec flags (#10167) 2022-01-25 09:55:30 +02:00
zdiff.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zdiffstore.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zincrby.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zinter.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zintercard.json Improve testing and update flags around commands without ACL keyspec flags (#10167) 2022-01-25 09:55:30 +02:00
zinterstore.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zlexcount.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zmpop.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zmscore.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zpopmax.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zpopmin.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zrandmember.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
zrange.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zrangebylex.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zrangebyscore.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zrangestore.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zrank.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zrem.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zremrangebylex.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zremrangebyrank.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zremrangebyscore.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zrevrange.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zrevrangebylex.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zrevrangebyscore.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zrevrank.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zscan.json Add command tips to COMMAND DOCS (#10104) 2022-01-20 11:32:11 +02:00
zscore.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zunion.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00
zunionstore.json New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) (#10122) 2022-01-18 16:00:00 +02:00