summaryrefslogtreecommitdiff
path: root/src/server.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Precise timeouts: cleaup the table on unblock.antirez2020-03-271-0/+2
* | | | Precise timeouts: fix comments after functional change.antirez2020-03-271-1/+1
* | | | Precise timeouts: use only radix tree for timeouts.antirez2020-03-271-4/+1
* | | | Precise timeouts: working initial implementation.antirez2020-03-271-0/+2
* | | | Precise timeouts: refactor unblocking on timeout.antirez2020-03-271-0/+3
* | | | PSYNC2: meaningful offset implemented.antirez2020-03-251-0/+1
* | | | Merge pull request #6951 from yangbodong22011/feature-bitfield-roSalvatore Sanfilippo2020-03-231-0/+1
|\ \ \ \
| * | | | Added BITFIELD_RO variants for read-only operations.bodong.ybd2020-03-041-0/+1
* | | | | Fix master replica inconsistency for upgrading scenario.WuYunlong2020-03-181-0/+2
* | | | | ACL: Make Redis 6 more backward compatible with requirepass.antirez2020-03-161-0/+3
* | | | | Make sync RDB deletion configurable. Default to no.antirez2020-03-041-0/+2
* | | | | Remove RDB files used for replication in persistence-less instances.antirez2020-03-031-0/+1
|/ / / /
* | | | Tracking: optin/out implemented.antirez2020-02-241-1/+5
* | | | Tracking: fix max-keys configuration directive.antirez2020-02-191-1/+1
* | | | Tracking: BCAST: broadcasting of keys in prefixes implemented.antirez2020-02-111-0/+1
* | | | Tracking: BCAST: registration in the prefix table.antirez2020-02-111-6/+3
* | | | Tracking: BCAST: parsing of the options + skeleton.antirez2020-02-101-1/+7