summaryrefslogtreecommitdiff
path: root/src/server.c
Commit message (Expand)AuthorAgeFilesLines
* fix invalid master_link_down_since_seconds in info repication (#8785)Wen Hui2021-04-191-1/+2
* Clean up no-conf server warning for sentinel mode (#8769)Wen Hui2021-04-131-1/+1
* Fix wrong check for aof fsync and handle aof fsync errno (#8751)Wang Yuan2021-04-111-3/+6
* Handle remaining fsync errors (#8419)Wang Yuan2021-04-011-9/+20
* generalize config file check for sentinel (#8730)Wen Hui2021-04-011-7/+1
* Add replica-announced config option (#8653)Jérôme Loyet2021-03-301-2/+4
* make processCommand check publish channel permissions. (#8534)Huang Zhw2021-03-261-5/+17
* Fix SLOWLOG for blocked commands (#8632)Oran Agra2021-03-251-23/+33
* Properly initialize variable to make valgrind happy in checkChildrenDone(). R...Qu Chen2021-03-241-6/+5
* Avoid evaluating log arguments when log filtered by level. (#8685)yoav-steinberg2021-03-241-3/+1
* Fix slowdown due to child reporting CoW. (#8645)Yossi Gottlieb2021-03-221-0/+5
* When tests exit normally, some processes may still be alive (#8647)Huang Zhw2021-03-161-3/+7
* Server won't start on alpine/libmusl without IPv6. (#8655)Yossi Gottlieb2021-03-161-4/+5
* Redact slowlog entries for config with sensitive data. (#8584)Madelyn Olson2021-03-151-2/+15
* Missing EXEC on modules propagation after failed EVAL execution (#8654)guybe72021-03-151-0/+10
* Send the readiness notification when we are ready to accept connections (#8409)Guillem Jover2021-03-141-2/+2
* allow RESET during busy scripts (#8629)Oran Agra2021-03-111-0/+1
* Fix some issues with modules and MULTI/EXEC (#8617)guybe72021-03-101-0/+5
* strip % sign from current_fork_perc info field (#8628)Oran Agra2021-03-101-1/+1
* Add run all test support with define REDIS_TEST (#8570)sundb2021-03-101-22/+64
* Cleanup: dictEncObjHash remove redundant conditional statement (#8488)Huang Zhw2021-03-071-14/+7
* Fix client_recent_max_input/output_buffer in 'INFO CLIENTS' when all clients ...yoav-steinberg2021-03-031-22/+24
* Make port, tls-port and bind configurations modifiable (#8510)YaacovHazan2021-03-011-30/+150
* Moved requirepass and querybuf length to generic configs (#8557)Madelyn Olson2021-02-251-1/+3
* XTRIM should take at least 4 args (#8549)guybe72021-02-241-1/+1
* Fix allowed length for REPLCONF ip-address. (#8517)Yossi Gottlieb2021-02-211-2/+2
* Remove redundant pubsub list to store the patterns. (#8472)Harkrishn Patro2021-02-171-5/+2
* Adds INFO fields to track fork child progress (#8414)uriyage2021-02-161-9/+27
* Fix incorrect shared ping length. (#8498)Yossi Gottlieb2021-02-151-1/+1
* Escape unsafe field name characters in INFO. (#8492)Yossi Gottlieb2021-02-151-2/+25
* Moved most static strings into the shared structure (#8411)Madelyn Olson2021-02-091-9/+31
* Enabled background and reply time tracking on blocked on keys/blocked on back...filipe oliveira2021-01-291-4/+8
* Add HRANDFIELD and ZRANDMEMBER. improvements to SRANDMEMBER (#8297)Yang Bodong2021-01-291-0/+19
* AOF: recover from last write error after turn on appendonly again (#8030)zhaozhao.zz2021-01-291-3/+5
* implement FAILOVER command (#8315)Allen Farris2021-01-281-3/+28
* Add proc-title-template option. (#8397)Yossi Gottlieb2021-01-281-11/+59
* Modules: Add event for fork child birth and termination (#8289)guybe72021-01-281-0/+6
* Add 'set-proc-title' config so that this mechanism can be disabled (#3623)Z. Liu2021-01-281-1/+1
* Avoid assertions when testing arm64 cow bug. (#8405)Yossi Gottlieb2021-01-281-33/+68
* GETEX, GETDEL and SET PXAT/EXAT (#8327)Raghav Muddur2021-01-271-0/+14
* Sentinel: Fix Config Dependency and Rewrite Sequence (#8271)Wen Hui2021-01-261-0/+1
* CONFIG REWRITE should honor umask settings. (#8371)Yossi Gottlieb2021-01-201-0/+6
* Add CI for FreeBSD (#8292)Guy Korland2021-01-201-1/+1
* Fix firstkey,lastkey,step in COMMAND command for some commands (#8367)guybe72021-01-201-7/+7
* Use FD_CLOEXEC in Sentinel, so that FDs don't leak to the scripts it runs (#8...Andy Pan2021-01-191-2/+4
* Fix units in log message of copy-on-write (#8320)sundb2021-01-131-1/+1
* Fix issues in wait test (#8310)Madelyn Olson2021-01-121-2/+2
* Add support for client pause WRITE (#8170)Madelyn Olson2021-01-071-10/+50
* Add check for the MADV_FREE/fork arm64 Linux kernel bug (#8224)George Prekas2021-01-071-1/+136
* Report child copy-on-write info continuouslyYaacovHazan2021-01-071-7/+12