summaryrefslogtreecommitdiff
path: root/src/server.h
Commit message (Expand)AuthorAgeFilesLines
...
* Setup dependabot for github-actions and codespell (#9857)Matthieu MOREL2022-01-041-1/+1
* Ban snapshot-creating commands and other admin commands from transactions (#1...guybe72022-01-041-1/+4
* use startEvictionTimeProc() in config set maxmemory (#10019)zhaozhao.zz2022-01-041-1/+1
* Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)chenyang80942022-01-031-19/+46
* Implement clusterbus message extensions and cluster hostname support (#9530)Madelyn Olson2022-01-021-0/+14
* Sharded pubsub implementation (#8621)Harkrishn Patro2022-01-021-3/+20
* Report slot to keys map size in MEMORY STATS in cluster mode (#10017)Joey from AWS2022-01-021-0/+1
* Wait for replicas when shutting down (#9872)Viktor Söderqvist2022-01-021-4/+28
* Generate RDB with Functions only via redis-cli --functions-rdb (#9968)yoav-steinberg2022-01-021-0/+5
* Add missing metadata to the commands SSOT files. (#10016)Itamar Haber2021-12-291-2/+0
* Add FUNCTION DUMP and RESTORE. (#9938)Meir Shpilraien (Spielrein)2021-12-261-0/+3
* Sort out mess around propagation and MULTI/EXEC (#9890)guybe72021-12-231-11/+9
* Allow most CONFIG SET during loading, block some commands in async-loading (#...Oran Agra2021-12-221-1/+4
* Change FUNCTION CREATE, DELETE and FLUSH to be WRITE commands instead of MAY_...Meir Shpilraien (Spielrein)2021-12-211-1/+2
* Remove EVAL script verbatim replication, propagation, and deterministic execu...zhugezy2021-12-211-5/+0
* Protected configs and sensitive commands (#9920)YaacovHazan2021-12-191-2/+13
* Introduce memory management on cluster link buffers (#9774)ny03122021-12-161-0/+3
* Add FUNCTION FLUSH command to flush all functions (#9936)Meir Shpilraien (Spielrein)2021-12-161-0/+2
* Auto-generate the command table from JSON files (#9656)guybe72021-12-151-61/+254
* Don't write oom score adj to proc unless we're managing it. (#9904)yoav-steinberg2021-12-071-1/+0
* Redis Functions - Added redis function unit and Lua enginemeir@redislabs.com2021-12-021-1/+17
* Redis Functions - Moved invoke Lua code functionality to script_lua.cmeir@redislabs.com2021-12-011-0/+1
* Redis Functions - Introduce script unit.meir@redislabs.com2021-12-011-3/+1
* Redis Functions - Move Lua related variable into luaCtx structmeir@redislabs.com2021-12-011-23/+16
* Multiparam config set (#9748)yoav-steinberg2021-12-011-2/+3
* modify misleading note in comment (#9865)丽媛自己动2021-11-301-1/+1
* Sort out the mess around writable replicas and lookupKeyRead/Write (#9572)Viktor Söderqvist2021-11-281-4/+5
* Fix COMMAND GETKEYS on LCS (#9852)sundb2021-11-281-1/+0
* Cleanup: fix typo and remove some obsoleting definitions. (#9851)Huang Zhw2021-11-271-1/+0
* Replace ziplist with listpack in quicklist (#9740)sundb2021-11-241-4/+2
* QUIT is a command, HOST: and POST are not (#9798)guybe72021-11-231-0/+1
* Obliterate STRALGO! add LCS (which only works on keys) (#9799)guybe72021-11-181-1/+1
* Fixes ZPOPMIN/ZPOPMAX wrong replies when count is 0 with non-zset (#9711)Binbin2021-11-181-1/+1
* Refactor config.c for generic setter interface (#9644)yoav-steinberg2021-11-071-2/+1
* Replica keep serving data during repl-diskless-load=swapdb for better availab...Eduardo Semprebon2021-11-041-9/+10
* Fix COMMAND GETKEYS on EVAL without keys (#9733)guybe72021-11-031-0/+1
* fix: lookupKey on SETNX and SETXX only once (#9640)perryitay2021-11-031-2/+6
* rebuild replication backlog index when master restart (#9720)zhaozhao.zz2021-11-021-0/+1
* Add timestamp annotations in AOF (#9326)Wang Yuan2021-10-251-0/+3
* Improve code doc of allowed_firstargs following #9504 (#9674)Oran Agra2021-10-251-12/+8
* Replication backlog and replicas use one global shared replication buffer (#9...Wang Yuan2021-10-251-10/+71
* Treat subcommands as commands (#9504)guybe72021-10-201-13/+48
* Move config `unixsocketperm` to generic configs (#9607)Bjorn Svensson2021-10-181-2/+1
* Make Cluster-bus port configurable with new cluster-port config (#9389)Wen Hui2021-10-181-0/+1
* Modify mem_usage2 module callback to enable to take sample_size argument (#9612)Hanna Fadida2021-10-171-2/+2
* Move config logfile to generic config (#9592)Bjorn Svensson2021-10-071-1/+0
* Move config `cluster-config-file` to generic configs (#9597)Bjorn Svensson2021-10-071-1/+0
* Make tracking invalidation messages always after command's reply (#9422)Huang Zhw2021-10-071-1/+7
* Avoid argv memcpy when queuing a multi command. (#9602)yoav-steinberg2021-10-061-0/+1
* Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-...Oran Agra2021-10-041-1/+1