summaryrefslogtreecommitdiff
path: root/src/server.c
Commit message (Expand)AuthorAgeFilesLines
* Fix small bugs related to replica and monitor ambiguityGuy Benoish2020-02-061-1/+1
* memoryGetKeys helper function so that ACL can limit access to keys for MEMORY...Oran Agra2020-02-051-1/+1
* Change error message for #6775.antirez2020-01-151-2/+2
* Make error when submitting command in incorrect context more explicitVasyl Melnychuk2020-01-101-1/+4
* Merge pull request #6615 from soloestoy/wrap-also-propagate-as-multiSalvatore Sanfilippo2019-12-191-0/+19
|\
| * block: propagate BRPOPLPUSH as RPOPLPUSH when unblockzhaozhao.zz2019-11-221-0/+1
| * Propagation: wrap commands in also_propagate array with MULIT/EXECzhaozhao.zz2019-11-221-0/+18
* | Merge pull request #6052 from jtru/better-systemd-integration-v2Salvatore Sanfilippo2019-12-191-51/+28
|\ \
| * | Prune leftover TODO commentMaxim Ivanov2019-11-201-1/+0
| * | Auto-detect and link libsystemd at compile-timeJohannes Truschnigg2019-11-191-27/+5
| * | Use libsystemd's sd_notify for communicating redis status to systemdJohannes Truschnigg2019-11-191-42/+42
* | | Add module APIs for custom authenticationMadelyn Olson2019-12-171-4/+7
* | | Clarify change in #6662.antirez2019-12-161-1/+4
* | | Merge pull request #6662 from oranagra/fix_hz_div0Salvatore Sanfilippo2019-12-161-0/+1
|\ \ \
| * | | init server.hz early to avoid div by 0 during config file loadingOran Agra2019-12-121-0/+1
* | | | Merge pull request #6516 from IAmATeaPot418/patch-2Salvatore Sanfilippo2019-12-121-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Add no-slowlog to acl command to prevent passwordsJamie Scott2019-10-291-1/+1
* | | | Clients connected and bytes used is too spammy for verbose.antirez2019-12-111-1/+1
* | | | Converting more configs to use generic infra, and moving defaults to config.cOran Agra2019-11-281-103/+2
* | | | Additional config.c refactory and bugfixesOran Agra2019-11-261-1/+2
| |_|/ |/| |
* | | Merge branch 'unstable' into rm_get_server_infoSalvatore Sanfilippo2019-11-211-15/+44
|\ \ \
| * \ \ 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
| * | | Rename var to fixed_time_expire now that is more general.antirez2019-11-191-3/+3
| * | | Expire cycle: introduce configurable effort.antirez2019-11-181-0/+1
| * | | Expire cycle: tollerate less stale keys, expire cycle CPU in INFO.antirez2019-11-151-0/+2
| * | | Expire cycle: introduce the new state needed for the new algo.antirez2019-11-141-0/+2
| |/ /
| * | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2019-11-061-1/+10
| |\ \
| | * | Modules hooks: complete missing hooks for the initial set of hooksOran Agra2019-10-291-1/+10
| | |/
| * | Update PR #6537: use a fresh time outside call().fix-expires-6537antirez2019-11-061-0/+4
| * | Update PR #6537 patch to for generality.antirez2019-11-051-13/+23
| * | 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-1/+1
|/
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2019-10-281-2/+2
|\
| * Merge pull request #4761 from WJWH/minor-typosSalvatore Sanfilippo2019-10-281-1/+1
| |\
| | * Merge branch 'unstable' into minor-typosWander Hillen2019-10-251-496/+1691
| | |\
| | * | More typosWander Hillen2018-03-161-1/+1
| * | | Modules: make unloading module more safezhaozhao.zz2019-10-281-1/+1
| | |/ | |/|
* | | Remove trailing space from server.c.antirez2019-10-241-1/+1
|/ /
* | Merge remote-tracking branch 'upstream/unstable' into tlsYossi Gottlieb2019-10-161-44/+173
|\ \
| * \ Merge pull request #6437 from OMG-By/redis-omg_bySalvatore Sanfilippo2019-10-101-1/+1
| |\ \
| | * | there should is AUTH && HELLO non authenticated state.omg-by2019-10-101-1/+1
| * | | Merge pull request #6145 from oranagra/jemalloc_purge_bgSalvatore Sanfilippo2019-10-101-0/+12
| |\ \ \
| | * \ \ Merge remote-tracking branch 'antirez/unstable' into jemalloc_purge_bgOran Agra2019-10-041-49/+206
| | |\ \ \
| | * | | | RED-31295 - redis: avoid race between dlopen and thread creationOran Agra2019-10-021-0/+10
| | * | | | make redis purge jemalloc after flush, and enable background purging threadOran Agra2019-06-021-0/+2
| * | | | | Cluster: fix memory leak of cached master.antirez2019-10-101-3/+5
| | |_|/ / | |/| | |
| * | | | fix issues found by a static analyzerOran Agra2019-10-071-1/+1
| | |/ / | |/| |
| * | | Speedup INFO server section.antirez2019-10-021-17/+17
| * | | Merge remote-tracking branch 'antirez/unstable' into modules_infoOran Agra2019-09-301-27/+152
| |\ \ \