summaryrefslogtreecommitdiff
path: root/src/server.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Auto-detect and link libsystemd at compile-timeJohannes Truschnigg2019-11-191-0/+4
| * | Use libsystemd's sd_notify for communicating redis status to systemdJohannes Truschnigg2019-11-191-0/+1
* | | Avoid changing setKey() API after #6679 fix.antirez2019-12-181-1/+2
* | | add a new SET option KEEPTTL that doesn't remove expire timezhaozhao.zz2019-12-181-1/+1
* | | Merge pull request #5916 from madolson/dev-unstable-acl-module-prSalvatore Sanfilippo2019-12-171-23/+41
|\ \ \
| * | | Added some documentation and fixed a testMadelyn Olson2019-12-171-5/+8
| * | | Add module APIs for custom authenticationMadelyn Olson2019-12-171-23/+38
* | | | Add configuration option for allowing reads on cluster downMadelyn Olson2019-12-161-0/+2
|/ / /
* | | Add ULL suffix to CLIENT_TRACKING flag to prevent sign extensionOran Agra2019-12-091-1/+1
* | | Converting more configs to use generic infra, and moving defaults to config.cOran Agra2019-11-281-95/+1
* | | Additional config.c refactory and bugfixesOran Agra2019-11-261-1/+1
* | | Merge pull request #6563 from devnexen/fbsd_build_fix2Salvatore Sanfilippo2019-11-251-0/+1
|\ \ \ | |_|/ |/| |
| * | Add missing headerDavid Carlier2019-11-111-0/+1
* | | Merge branch 'unstable' into rm_get_server_infoSalvatore Sanfilippo2019-11-211-14/+23
|\ \ \
| * \ \ Merge pull request #6559 from oranagra/active_defrag_tunablesSalvatore Sanfilippo2019-11-201-2/+2
| |\ \ \ | | |_|/ | |/| |
| | * | Adjustments for active defrag defaults and tuningOran Agra2019-11-121-2/+2
| | |/
| * | Merge pull request #6557 from oranagra/rm_lru_lfu_revizedSalvatore Sanfilippo2019-11-191-1/+1
| |\ \
| | * | rename RN_SetLRUOrLFU -> RM_SetLRU and RN_SetLFUOran Agra2019-11-101-1/+1
| * | | Rename var to fixed_time_expire now that is more general.antirez2019-11-191-1/+1
| * | | Expire cycle: introduce configurable effort.antirez2019-11-181-0/+2
| * | | Expire cycle: introduce the new state needed for the new algo.antirez2019-11-141-3/+2
| | |/ | |/|
| * | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2019-11-061-5/+10
| |\ \ | | |/
| | * Merge branch 'unstable' into module_lru_lfuSalvatore Sanfilippo2019-11-041-4/+11
| | |\
| | | * Merge pull request #6532 from oranagra/rm_misc_commandsSalvatore Sanfilippo2019-11-041-0/+2
| | | |\
| | | | * Module API for PUBLISH, FLUSHALL, RANDOMKEY, DBSIZEOran Agra2019-11-041-0/+2
| | | * | Merge branch 'unstable' into module_hooksSalvatore Sanfilippo2019-11-041-0/+3
| | | |\ \ | | | | |/
| | | * | Modules hooks: complete missing hooks for the initial set of hooksOran Agra2019-10-291-4/+6
| | * | | Module API for controlling LRU and LFU, and OpenKey without TOUCHOran Agra2019-10-291-1/+2
| | |/ /
| * | | Update PR #6537: use a fresh time outside call().fix-expires-6537antirez2019-11-061-1/+2
| * | | Update PR #6537 patch to for generality.antirez2019-11-051-3/+4
| * | | expires: refactoring judgment about whether a key is expiredzhaozhao.zz2019-11-051-0/+1
| | |/ | |/|
* | | Add module api for looking into INFO fieldsOran Agra2019-11-031-2/+2
|/ /
* | Modules: block on keys: use a better interface.antirez2019-10-311-1/+2