summaryrefslogtreecommitdiff
path: root/src/commands.c
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong commands json docs for CLIENT KILL (#10970)Rudi Floren2022-08-011-6/+18
* fixed complexity of bzmpop and zmpop commands (#11026)Pavel Krush2022-07-241-2/+2
* Adds LASTID to XCLAIM docs (#11017)guybe72022-07-201-0/+1
* Fix EVALSHA_RO and EVAL_RO command json file (#11015)Wen Hui2022-07-191-4/+4
* Add optional for FCALL and FCALL_RO command json file (#10988)Wen Hui2022-07-171-4/+4
* Add SENTINEL command flag to CLIENT/COMMANDS subcommands (#10904)Binbin2022-06-301-23/+23
* Fix CLUSTER RESET command argument number issue (#10898)Wen Hui2022-06-291-3/+3
* changing min,max in ZRANGE -> start stop (#10097)Steve Lorello2022-06-251-2/+2
* Add bus_port argument in cluster-meet.json (#10304)Binbin2022-06-231-1/+5
* Allow ECHO in loading and stale modes (#10853)Oran Agra2022-06-141-1/+1
* Documentation fixes of `BITFIELD_RO` and `XINFO STREAM` (#10823)Bjorn Svensson2022-06-071-1/+2
* Handle multiple_token flag in generate-command-help.rb (#10822)Binbin2022-06-071-1/+1
* rename channel to shardchannel in sharded pubsub commands (#10738)zhaozhao.zz2022-05-311-7/+7
* Add readonly flag to EVAL_RO, EVALSHA_RO and FCALL_RO (#10728)Madelyn Olson2022-05-291-3/+3
* Fix some commands key spec in json files (#10779)Binbin2022-05-271-7/+31
* re-add SENTINEL SLAVES command, missing in redis 7.0 (#10723)Stephen Sullivan2022-05-131-0/+15
* Fix several document error and function comments (#10580)Wen Hui2022-04-131-1/+1
* Fixes commands' syntices (#10534)Itamar Haber2022-04-061-61/+109
* Update json command files so they only include syntax related information (#1...Madelyn Olson2022-04-051-20/+8
* Functions: Move library meta data to be part of the library payload. (#10500)Meir Shpilraien (Spielrein)2022-04-051-4/+1
* Module Configurations (#10285)Nick Chun2022-03-301-0/+30
* command json files cleanups (#10473)Binbin2022-03-301-22/+62
* introduce MAX_D2STRING_CHARS instead of 128 const (#10487)Oran Agra2022-03-281-10/+32
* Add new cluster shards command (#10293)Harkrishn Patro2022-03-151-31/+21
* Sentinel: update command json files (#10374)Wen Hui2022-03-151-15/+148
* Some adjustments to command hints. (#10375)Oran Agra2022-03-091-5/+27
* Add missing doc_flags to cluster-slaves (#10387)Binbin2022-03-071-1/+1
* Fix node-id type in cluster-setslot (#10348)Binbin2022-02-271-3/+3
* Add stream consumer group lag tracking and reporting (#9127)Itamar Haber2022-02-231-7/+26
* Fix PUBSUB SHARDNUMSUB command json file (#10331)Wen Hui2022-02-221-1/+7
* Implemented module getchannels api and renamed channel keyspec (#10299)Madelyn Olson2022-02-221-3/+3
* Remove ALLOW_BUSY from REPLICAOF and add it to REPLCONF. Add DEPRECATED doc f...Binbin2022-02-221-3/+3
* Fix script active defrag test (#10318)yoav-steinberg2022-02-211-3/+3
* Make INFO command variadic (#6891)Wen Hui2022-02-081-5/+8
* X[AUTO]CLAIM should skip deleted entries (#10227)guybe72022-02-081-1/+4
* Handle key-spec flags with modules (#10237)Oran Agra2022-02-081-1/+10
* Fix redis-cli with sentinel crash due to SENTINEL DEBUG missing summary (#10250)Binbin2022-02-071-1/+1
* Update FCALL/FCALL_RO summary and complexity (#10240)Binbin2022-02-051-2/+2
* update function help message, changed DESC->DESCRIPTION. (#10228)Meir Shpilraien (Spielrein)2022-02-021-1/+1
* Added history for cluster-slots changes for hostnames(#10216)Madelyn Olson2022-01-301-0/+1
* Add key-specs notes (#10193)guybe72022-01-301-198/+198
* Fix some wrong commands arguments since (#10208)Binbin2022-01-301-8/+12
* commands arguments improvement about unix-time type (#10203)Binbin2022-01-291-5/+5
* Allow SET without GET arg on write-only ACL. Allow BITFIELD GET on read-only ...Binbin2022-01-261-3/+3
* Improve testing and update flags around commands without ACL keyspec flags (#...Madelyn Olson2022-01-251-5/+5
* Support function flags in script EVAL via shebang header (#10126)yoav-steinberg2022-01-241-5/+5
* ACL V2 - Selectors and key based permissions (#9974)Madelyn Olson2022-01-201-2/+20
* Add command tips to COMMAND DOCS (#10104)guybe72022-01-201-1149/+1446
* Adding module api for processing commands during busy jobs and allow flagging...perryitay2022-01-201-13/+13
* Fix double key declaration for renamenx and change flag to INSERT (#10137)Madelyn Olson2022-01-191-1/+1