summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #6993 from soloestoy/optimize-threaded-ioSalvatore Sanfilippo2020-03-161-1/+3
|\ \ \ \
| * | | | Threaded IO: handle pending reads clients ASAP after event loopzhaozhao.zz2020-03-161-1/+3
* | | | | Aesthetic changes in PR #6989.antirez2020-03-151-5/+9
| |/ / / |/| | |
* | | | Threaded IO: bugfix #6988 process events while blockedzhaozhao.zz2020-03-151-0/+5
|/ / /
* | | Restore newline at the end of redis-cli.cantirez2020-03-131-1/+2
* | | Merge pull request #6918 from chendq8/fixModuleUnregisterUsedApiSalvatore Sanfilippo2020-03-131-1/+1
|\ \ \
| * | | use correct list for moduleUnregisterUsedAPIchendianqiang2020-02-221-1/+1
* | | | Merge pull request #6961 from guodongxiaren/prSalvatore Sanfilippo2020-03-131-1/+1
|\ \ \ \
| * | | | string literal should be const char*guodongxiaren2020-03-071-1/+1
* | | | | Merge pull request #6976 from itamarhaber/ksn-patchSalvatore Sanfilippo2020-03-131-1/+3
|\ \ \ \ \
| * | | | | Adds keyspace notifications to migrate and restoreItamar Haber2020-03-111-1/+3
* | | | | | Merge pull request #6977 from yangbodong22011/fix-makefile-duplicate-objSalvatore Sanfilippo2020-03-131-2/+2
|\ \ \ \ \ \
| * | | | | | Remove duplicate obj files in Makefilebodong.ybd2020-03-121-2/+2
| |/ / / / /
* | | | | | Merge pull request #6980 from fengpf/fix_latency_commentsSalvatore Sanfilippo2020-03-131-1/+1
|\ \ \ \ \ \
| * | | | | | fix comments in latency.cfengpf2020-03-121-1/+1
| |/ / / / /
* | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-03-122-1/+23
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #6834 from lifubang/askpasswordSalvatore Sanfilippo2020-03-101-1/+19
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | add askpass modelifubang2020-03-051-1/+19
| | | |/ / | | |/| |
| * | | | Merge pull request #6687 from jtru/systemd-integration-fixesSalvatore Sanfilippo2020-03-061-0/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Signal systemd readiness atfer Partial ResyncJohannes Truschnigg2019-12-191-0/+4
* | | | | ae.c: fix crash when resizing the event loop.antirez2020-03-121-2/+6
* | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-03-053-1/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #6804 from qetu3790/unstableSalvatore Sanfilippo2020-03-021-1/+1
| |\ \ \ \
| | * | | | Fix not used constant in lru_test_mode.qetu37902020-01-231-1/+1
| * | | | | Merge pull request #6923 from hwware/marcofixSalvatore Sanfilippo2020-03-021-0/+5
| |\ \ \ \ \
| | * | | | | add missing file marcohwware2020-02-221-0/+5
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #6944 from ShooterIT/acl-compiler-warningSalvatore Sanfilippo2020-03-021-0/+1
| |\ \ \ \ \
| | * | | | | Avoid compiler warningsShooterIT2020-02-291-0/+1
* | | | | | | Make sync RDB deletion configurable. Default to no.antirez2020-03-043-4/+22
* | | | | | | Check that the file exists in removeRDBUsedToSyncReplicas().antirez2020-03-041-4/+8
* | | | | | | Log RDB deletion in persistence-less instances.antirez2020-03-041-2/+15
* | | | | | | Introduce bg_unlink().antirez2020-03-041-3/+31
* | | | | | | Remove RDB files used for replication in persistence-less instances.antirez2020-03-033-1/+56
* | | | | | | Use a smaller getkeys global buffer.antirez2020-03-021-1/+1
|/ / / / / /
* | | | | | Merge pull request #6836 from oranagra/opt_get_keys_mallocSalvatore Sanfilippo2020-03-021-10/+31
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Optimize temporary memory allocations for getKeysFromCommand mechanismOran Agra2020-02-051-10/+31
* | | | | | Modules: reformat RM_Scan() top comment a bit.antirez2020-02-281-12/+21
* | | | | | Modules: more details in RM_Scan API top comment.antirez2020-02-281-6/+22
* | | | | | Merge pull request #6838 from oranagra/rm_scan_dict_rehashSalvatore Sanfilippo2020-02-282-6/+21
|\ \ \ \ \ \
| * | | | | | RM_Scan disable dict rehashingOran Agra2020-02-062-6/+21
| |/ / / / /
* | | | | | Merge pull request #6828 from guybe7/module_string_from_doubleSalvatore Sanfilippo2020-02-282-0/+14
|\ \ \ \ \ \
| * | | | | | Add RM_CreateStringFromDoubleGuy Benoish2020-02-042-0/+14
* | | | | | | 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
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #6893 from oranagra/api_doc_aux_saveSalvatore Sanfilippo2020-02-282-1/+7
|\ \ \ \ \ \ \
| * | | | | | | module api docs for aux_save and aux_loadOran Agra2020-02-162-1/+7
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-02-271-3/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #6677 from guybe7/deocde_id_onceSalvatore Sanfilippo2020-02-271-3/+1
| |\ \ \ \ \ \ \
| | * | | | | | | streamReplyWithRangeFromConsumerPEL: Redundant streamDecodeIDGuy Benoish2019-12-181-3/+1
* | | | | | | | | Show Redis version when not understanding a config directive.antirez2020-02-271-1/+2
|/ / / / / / / /