summaryrefslogtreecommitdiff
path: root/src/commands.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix fcall_ro key spec flags in commands.c (#10145)Binbin2022-01-191-1/+1
* New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) ...Oran Agra2022-01-181-192/+192
* 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-141-2/+2
* Move doc metadata from COMMAND to COMMAND DOCS (#10056)Oran Agra2022-01-111-3/+21
* update codes according to new json file (#7425)Wen Hui2022-01-101-2/+2
* Fixes 'since' for GEORADIUS[BYMEMBER]_RO (#10034)Itamar Haber2022-01-091-2/+2
* Redis Function Libraries (#10004)Meir Shpilraien (Spielrein)2022-01-061-37/+28
* Added INFO LATENCYSTATS section: latency by percentile distribution/latency b...filipe oliveira2022-01-051-0/+15
* Ban snapshot-creating commands and other admin commands from transactions (#1...guybe72022-01-041-4/+4
* Sharded pubsub implementation (#8621)Harkrishn Patro2022-01-021-0/+70
* Wait for replicas when shutting down (#9872)Viktor Söderqvist2022-01-021-2/+8
* Add missing metadata to the commands SSOT files. (#10016)Itamar Haber2021-12-291-120/+181
* Add FUNCTION DUMP and RESTORE. (#9938)Meir Shpilraien (Spielrein)2021-12-261-0/+33
* Allow most CONFIG SET during loading, block some commands in async-loading (#...Oran Agra2021-12-221-25/+25
* Change FUNCTION CREATE, DELETE and FLUSH to be WRITE commands instead of MAY_...Meir Shpilraien (Spielrein)2021-12-211-8/+8
* Remove EVAL script verbatim replication, propagation, and deterministic execu...zhugezy2021-12-211-2/+2
* Protected configs and sensitive commands (#9920)YaacovHazan2021-12-191-3/+3
* Introduce memory management on cluster link buffers (#9774)ny03122021-12-161-0/+9