summaryrefslogtreecommitdiff
path: root/src/server.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Tracking: minor change of names and new INFO field.antirez2020-02-071-1/+2
* | | | Tracking: first conversion from hashing to key names.antirez2020-02-071-1/+1
* | | | Merge pull request #6822 from guybe7/diskless_load_module_hook_fixSalvatore Sanfilippo2020-02-061-0/+1
|\ \ \ \
| * | | | Diskless-load emptyDb-related fixesGuy Benoish2020-02-061-0/+1
| | |/ / | |/| |
* | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-02-061-2/+3
|\ \ \ \
| * \ \ \ Merge pull request #6821 from guybe7/key_miss_notifySalvatore Sanfilippo2020-02-061-2/+2
| |\ \ \ \
| | * | | | Exclude "keymiss" notification from NOTIFY_ALLGuy Benoish2020-02-031-2/+2
| | |/ / /
| * | | | memoryGetKeys helper function so that ACL can limit access to keys for MEMORY...Oran Agra2020-02-051-0/+1
* | | | | Merge branch 'acl-log' into unstableantirez2020-02-061-1/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ACL LOG: make max log entries configurable.acl-logantirez2020-02-041-0/+1
| * | | | ACL LOG: log failed auth attempts.antirez2020-02-041-1/+2
| * | | | ACL LOG: actually emit entries.antirez2020-01-281-0/+1
| * | | | ACL LOG: data structures and initial functions.antirez2020-01-271-1/+1
| |/ / /
* | | | Set ZSKIPLIST_MAXLEVEL to optimal value given 2^64 elements and p=0.25Leo Murillo2020-02-021-1/+1
|/ / /
* | | Merge pull request #6615 from soloestoy/wrap-also-propagate-as-multiSalvatore Sanfilippo2019-12-191-1/+3
|\ \ \
| * | | block: propagate BRPOPLPUSH as RPOPLPUSH when unblockzhaozhao.zz2019-11-221-1/+1
| * | | Propagation: wrap commands in also_propagate array with MULIT/EXECzhaozhao.zz2019-11-221-0/+2
* | | | Merge pull request #6052 from jtru/better-systemd-integration-v2Salvatore Sanfilippo2019-12-191-0/+5
|\ \ \ \