summaryrefslogtreecommitdiff
path: root/src/commands.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add FUNCTION FLUSH command to flush all functions (#9936)Meir Shpilraien (Spielrein)2021-12-161-0/+22
* Command table: Sorted subcommands (#9951)guybe72021-12-161-78/+78
* Multiparam config get. (#9914)yoav-steinberg2021-12-161-21/+21
* Auto-generate the command table from JSON files (#9656)guybe72021-12-151-0/+6526