summaryrefslogtreecommitdiff
path: root/src/server.h
Commit message (Expand)AuthorAgeFilesLines
* Fix flock cluster config may cause failure to restart after kill -9 (#7674)杨博东2020-08-201-0/+1
* Add oom-score-adj configuration option to control Linux OOM killer. (#1690)Yossi Gottlieb2020-08-121-0/+12
* Implement SMISMEMBER key member [member ...] (#7615)Tyson Andre2020-08-111-0/+1
* Fix comment about ACLGetCommandPerm()Rajat Pawar2020-08-101-1/+1
* Avoid redundant calls to signalKeyAsReady (#7625)杨博东2020-08-111-1/+1
* Fix applying zero offset to null pointer when creating moduleFreeContextReuse...Wang Yuan2020-08-081-0/+1
* Accelerate diskless master connections, and general re-connections (#6271)Oran Agra2020-08-061-0/+1
* Assertion and panic, print crash log without generating SIGSEGVOran Agra2020-08-061-5/+6
* Add a ZMSCORE command returning an array of scores. (#7593)Tyson Andre2020-08-041-0/+1
* Show threading configuration in INFO output (#7446)Arun Ranganathan2020-07-291-0/+5
* Add optional tls verification (#7502)Jiayuan Chen2020-07-281-0/+5
* Fix prepareForShutdown function declaration (#7566)grishaf2020-07-261-1/+1
* This PR introduces a new loaded keyspace event (#7536)Meir Shpilraien (Spielrein)2020-07-231-0/+1
* TLS: Session caching configuration support. (#7420)Yossi Gottlieb2020-07-101-0/+3
* RESTORE ABSTTL won't store expired keys into the db (#7472)Oran Agra2020-07-101-0/+1
* Merge pull request #7390 from oranagra/exec_fails_abortSalvatore Sanfilippo2020-06-231-0/+5
|\
| * EXEC always fails with EXECABORT and multi-state is clearedOran Agra2020-06-231-0/+5
* | LPOS: implement the final design.antirez2020-06-101-1/+1
* | LRANK: Add command (the command will be renamed LPOS).Paul Spooren2020-06-101-0/+1
|/
* Replication: showLatestBacklog() refactored out.antirez2020-05-281-0/+1
* Remove the meaningful offset feature.antirez2020-05-271-2/+1
* Make disconnectSlaves() synchronous in the base case.antirez2020-05-221-1/+1
* Cache master without checking of deferred close flags.antirez2020-05-151-0/+1
* Track events processed while blocked globally.free_clients_during_loadingantirez2020-05-141-2/+3
* make struct user anonymous (only typedefed)Titouan Christophe2020-05-051-1/+1
* Merge pull request #7192 from hwware/trackingprefixSalvatore Sanfilippo2020-05-041-0/+1
|\
| * Client Side Caching: Add Tracking Prefix Number Stats in Server Infohwware2020-05-021-0/+1
* | Support setcpuaffinity on linux/bsdzhenwei pi2020-05-021-0/+6
|/
* Keep track of meaningful replication offset in replicas tooOran Agra2020-04-271-1/+0
* LCS -> STRALGO LCS.antirez2020-04-241-1/+1
* Tracking: NOLOOP internals implementation.antirez2020-04-211-5/+7
* Use the special static refcount for stack objects.faster-rdb-loadingantirez2020-04-091-1/+1
* RDB: refactor some RDB loading code into dbAddRDBLoad().antirez2020-04-091-0/+1
* incrRefCount(): abort on statically allocated object.antirez2020-04-091-1/+3
* RDB: load files faster avoiding useless free+realloc.antirez2020-04-091-2/+2
* Speedup INFO by counting client memory incrementally.faster-infoantirez2020-04-071-2/+11
* Merge pull request #6243 from soloestoy/expand-lazy-free-server-delSalvatore Sanfilippo2020-04-061-0/+1
|\
| * lazyfree: add a new configuration lazyfree-lazy-user-delzhaozhao.zz2019-12-181-0/+1
* | Merge branch 'lcs' into unstableantirez2020-04-061-0/+2
|\ \
| * | LCS: initial functionality implemented.antirez2020-04-011-0/+2
* | | Merge pull request #6797 from patpatbear/issue_#6565_memory_borderlineSalvatore Sanfilippo2020-04-061-0/+1
|\ \ \
| * | | Check OOM at script start to get stable lua OOM state.srzhao2020-01-201-0/+1
* | | | Merge pull request #6694 from oranagra/signal_modified_keySalvatore Sanfilippo2020-04-021-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | modules don't signalModifiedKey in setKey() since that's done (optionally) in...Oran Agra2019-12-231-1/+1
| |/ /
* | | Merge pull request #7037 from guybe7/fix_module_replicate_multiSalvatore Sanfilippo2020-03-311-0/+1
|\ \ \
| * | | Modules: Test MULTI/EXEC replication of RM_ReplicateGuy Benoish2020-03-311-0/+1
* | | | Merge branch 'pubsub_patterns_boost' of https://github.com/leeyiw/redis into ...antirez2020-03-311-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Boost up performance for redis PUB-SUB patterns matching伯成2018-03-011-0/+1
* | | | Fix module commands propagation double MULTI bug.antirez2020-03-311-0/+2
* | | | timeout.c created: move client timeouts code there.antirez2020-03-271-0/+4