summaryrefslogtreecommitdiff
path: root/src/commands
Commit message (Expand)AuthorAgeFilesLines
...
* Allow ECHO in loading and stale modes (#10853)Oran Agra2022-06-141-0/+2
* Documentation fixes of `BITFIELD_RO` and `XINFO STREAM` (#10823)Bjorn Svensson2022-06-072-1/+5
* Handle multiple_token flag in generate-command-help.rb (#10822)Binbin2022-06-072-3/+3
* Fix bitfield_ro documentation (#10820)ranshid2022-06-061-0/+1
* rename channel to shardchannel in sharded pubsub commands (#10738)zhaozhao.zz2022-05-315-7/+7
* Add readonly flag to EVAL_RO, EVALSHA_RO and FCALL_RO (#10728)Madelyn Olson2022-05-293-3/+6
* Fix some commands key spec in json files (#10779)Binbin2022-05-276-4/+75
* re-add SENTINEL SLAVES command, missing in redis 7.0 (#10723)Stephen Sullivan2022-05-131-0/+27
* Fix several document error and function comments (#10580)Wen Hui2022-04-131-1/+1
* Fixes commands' syntices (#10534)Itamar Haber2022-04-067-259/+299
* Update json command files so they only include syntax related information (#1...Madelyn Olson2022-04-059-35/+8
* Functions: Move library meta data to be part of the library payload. (#10500)Meir Shpilraien (Spielrein)2022-04-051-15/+1
* Module Configurations (#10285)Nick Chun2022-03-301-0/+53
* command json files cleanups (#10473)Binbin2022-03-3031-196/+239
* Add new cluster shards command (#10293)Harkrishn Patro2022-03-152-0/+20
* Sentinel: update command json files (#10374)Wen Hui2022-03-1515-1/+182
* Some adjustments to command hints. (#10375)Oran Agra2022-03-096-3/+25
* Add missing doc_flags to cluster-slaves (#10387)Binbin2022-03-071-0/+3
* 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-235-2/+56
* Fix PUBSUB SHARDNUMSUB command json file (#10331)Wen Hui2022-02-221-0/+8
* Implemented module getchannels api and renamed channel keyspec (#10299)Madelyn Olson2022-02-223-3/+3
* Remove ALLOW_BUSY from REPLICAOF and add it to REPLCONF. Add DEPRECATED doc f...Binbin2022-02-223-3/+8
* Make INFO command variadic (#6891)Wen Hui2022-02-081-0/+7
* X[AUTO]CLAIM should skip deleted entries (#10227)guybe72022-02-081-0/+6
* Handle key-spec flags with modules (#10237)Oran Agra2022-02-081-0/+18
* Update function-delete.json - argument is library name, not function name (#1...Avital-Fine2022-02-071-1/+1
* Fix redis-cli with sentinel crash due to SENTINEL DEBUG missing summary (#10250)Binbin2022-02-071-0/+2
* Update FCALL/FCALL_RO summary and complexity (#10240)Binbin2022-02-052-4/+4
* 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/+4
* Add key-specs notes (#10193)guybe72022-01-3011-7/+20
* Fix some wrong commands arguments since (#10208)Binbin2022-01-303-9/+19
* commands arguments improvement about unix-time type (#10203)Binbin2022-01-294-8/+8
* Added missing documentation about the ACL GETUSER changes in acl-v2 (#10200)Madelyn Olson2022-01-281-0/+4
* Allow SET without GET arg on write-only ACL. Allow BITFIELD GET on read-only ...Binbin2022-01-262-3/+8
* Improve testing and update flags around commands without ACL keyspec flags (#...Madelyn Olson2022-01-255-6/+9
* Support function flags in script EVAL via shebang header (#10126)yoav-steinberg2022-01-245-5/+10
* ACL V2 - Selectors and key based permissions (#9974)Madelyn Olson2022-01-204-4/+68
* Add command tips to COMMAND DOCS (#10104)guybe72022-01-20102-123/+347
* Adding module api for processing commands during busy jobs and allow flagging...perryitay2022-01-2013-12/+25
* Fix double key declaration for renamenx and change flag to INSERT (#10137)Madelyn Olson2022-01-191-4/+4
* New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) ...Oran Agra2022-01-18192-226/+486
* Fix typo in doc for PUBSUB command (#10117)Ali-Akber Saifee2022-01-151-1/+1
* Function Flags support (no-writes, no-cluster, allow-state, allow-oom) (#10066)Meir Shpilraien (Spielrein)2022-01-142-2/+4
* Move doc metadata from COMMAND to COMMAND DOCS (#10056)Oran Agra2022-01-112-3/+36
* update codes according to new json file (#7425)Wen Hui2022-01-102-2/+6
* Fixes 'since' for GEORADIUS[BYMEMBER]_RO (#10034)Itamar Haber2022-01-092-2/+2
* Redis Function Libraries (#10004)Meir Shpilraien (Spielrein)2022-01-064-36/+23
* Added INFO LATENCYSTATS section: latency by percentile distribution/latency b...filipe oliveira2022-01-051-0/+25