summaryrefslogtreecommitdiff
path: root/src/server.c
Commit message (Expand)AuthorAgeFilesLines
* Implement clusterbus message extensions and cluster hostname support (#9530)Madelyn Olson2022-01-021-0/+1
* Sharded pubsub implementation (#8621)Harkrishn Patro2022-01-021-2/+8
* Report slot to keys map size in MEMORY STATS in cluster mode (#10017)Joey from AWS2022-01-021-0/+2
* Wait for replicas when shutting down (#9872)Viktor Söderqvist2022-01-021-46/+203
* Generate RDB with Functions only via redis-cli --functions-rdb (#9968)yoav-steinberg2022-01-021-3/+3
* Safe and organized exit when receiving sigterm while loading (#10003)perryitay2021-12-281-2/+9
* Check somaxconn system settings on macOS, FreeBSD and OpenBSD. (#9972)David CARLIER2021-12-281-1/+30
* Adds utils/gen-commands-json.py (#9958)Itamar Haber2021-12-271-2/+2
* Sort out mess around propagation and MULTI/EXEC (#9890)guybe72021-12-231-84/+121
* Allow most CONFIG SET during loading, block some commands in async-loading (#...Oran Agra2021-12-221-0/+8
* Remove EVAL script verbatim replication, propagation, and deterministic execu...zhugezy2021-12-211-2/+1
* Fix recent daily CI test failures (#9966)Binbin2021-12-201-1/+1
* Protected configs and sensitive commands (#9920)YaacovHazan2021-12-191-0/+15
* COMMAND: Use underscores instead of hyphens in attributes (#9959)guybe72021-12-181-8/+8
* Introduce memory management on cluster link buffers (#9774)ny03122021-12-161-0/+3
* Throw error on too long unix domain socket file path (#9826)ranshid2021-12-151-2/+3
* Auto-generate the command table from JSON files (#9656)guybe72021-12-151-2112/+244
* in line 3749 resetServerSaveParams will set the param to null,so no need (#9943)丽媛自己动2021-12-151-1/+0
* Fix SENTINEL subcommands's arity (#9909)Binbin2021-12-081-2/+2
* Don't write oom score adj to proc unless we're managing it. (#9904)yoav-steinberg2021-12-071-16/+30
* Redis Functions - Added redis function unit and Lua enginemeir@redislabs.com2021-12-021-10/+84
* Redis Functions - Introduce script unit.meir@redislabs.com2021-12-011-7/+8
* Redis Functions - Move Lua related variable into luaCtx structmeir@redislabs.com2021-12-011-15/+15
* Multiparam config set (#9748)yoav-steinberg2021-12-011-56/+18
* Fix COMMAND GETKEYS on LCS (#9852)sundb2021-11-281-2/+1
* Replace ziplist with listpack in quicklist (#9740)sundb2021-11-241-1/+1
* QUIT is a command, HOST: and POST are not (#9798)guybe72021-11-231-16/+15
* Reject PING with MASTERDOWN when replica-serve-stale-data=no (#9757)Eduardo Semprebon2021-11-181-6/+7
* Obliterate STRALGO! add LCS (which only works on keys) (#9799)guybe72021-11-181-17/+6
* Add --large-memory flag for REDIS_TEST to enable tests that consume more than...sundb2021-11-161-7/+15
* insufficient size for cached client flags in call() (#9783)guoxiang19962021-11-161-1/+1
* Refactor config.c for generic setter interface (#9644)yoav-steinberg2021-11-071-0/+2
* Replica keep serving data during repl-diskless-load=swapdb for better availab...Eduardo Semprebon2021-11-041-2/+6
* Fix COMMAND GETKEYS on EVAL without keys (#9733)guybe72021-11-031-5/+13
* rebuild replication backlog index when master restart (#9720)zhaozhao.zz2021-11-021-10/+1
* Add new SLOTSRANGE to subcommands table (#9689)guybe72021-10-271-0/+6
* Add timestamp annotations in AOF (#9326)Wang Yuan2021-10-251-0/+1
* Removes admin acl category from CLIENT TRACKINGINFO (#9662)Itamar Haber2021-10-251-1/+1
* Replication backlog and replicas use one global shared replication buffer (#9...Wang Yuan2021-10-251-12/+40
* Improve errno reporting on fork and fopen rdbLoad failures (#9649)Oran Agra2021-10-241-4/+7
* Fixes `CLUSTER COUNTKEYSINSLOT` (#9672)Itamar Haber2021-10-241-1/+1
* Fix sentinel commands, ACL dictIter leak (#9661)guybe72021-10-211-24/+28
* fix new cluster tests issues (#9657)Oran Agra2021-10-201-0/+2
* Treat subcommands as commands (#9504)guybe72021-10-201-142/+887
* Move config `unixsocketperm` to generic configs (#9607)Bjorn Svensson2021-10-181-2/+1
* Improved the reliability of cluster replica sync tests (#9628)Madelyn Olson2021-10-131-1/+0
* Move config logfile to generic config (#9592)Bjorn Svensson2021-10-071-12/+1
* 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-0/+28
* Implement anetPipe() to combine creating pipe and setting flags (#9511)Andy Pan2021-10-061-1/+1