summaryrefslogtreecommitdiff
path: root/src/server.c
Commit message (Expand)AuthorAgeFilesLines
* Remove RDB files used for replication in persistence-less instances.antirez2020-03-031-0/+8
* Merge pull request #6862 from oranagra/command_info_no_authSalvatore Sanfilippo2020-02-281-0/+1
|\
| * add no_auth to COMMAND INFOOran Agra2020-02-061-0/+1
* | Tracking: BCAST: basic feature now works.antirez2020-02-121-0/+4
* | Tracking: BCAST: parsing of the options + skeleton.antirez2020-02-101-1/+4
* | Tracking: minor change of names and new INFO field.antirez2020-02-071-0/+2
* | Tracking: rename INFO field with total items.antirez2020-02-071-1/+1
* | Tracking: first conversion from hashing to key names.antirez2020-02-071-2/+2
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-02-061-10/+10
|\ \
| * \ Merge pull request #6843 from oranagra/command_flagsSalvatore Sanfilippo2020-02-061-8/+8
| |\ \
| | * | A few non-data commands that should be allowed while loading or staleOran Agra2020-02-061-8/+8
| | |/
| * | 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
* | ACL LOG: log failed auth attempts.antirez2020-02-041-1/+1
* | ACL LOG: actually emit entries.antirez2020-01-281-1/+3
* | ACL LOG: data structures and initial functions.antirez2020-01-271-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
| | |\