summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 6 RC2.6.0-rc2antirez2020-03-052-1/+604
* Fix not used constant in lru_test_mode.qetu37902020-03-051-1/+1
* add missing file marcohwware2020-03-051-0/+5
* Avoid compiler warningsShooterIT2020-03-051-0/+1
* RDB deletion: document it in example redis.conf.antirez2020-03-051-0/+13
* Make sync RDB deletion configurable. Default to no.antirez2020-03-053-4/+22
* Check that the file exists in removeRDBUsedToSyncReplicas().antirez2020-03-051-4/+8
* Log RDB deletion in persistence-less instances.antirez2020-03-051-2/+15
* Introduce bg_unlink().antirez2020-03-051-3/+31
* Remove RDB files used for replication in persistence-less instances.antirez2020-03-053-1/+56
* Use a smaller getkeys global buffer.antirez2020-03-051-1/+1
* Optimize temporary memory allocations for getKeysFromCommand mechanismOran Agra2020-03-051-10/+31
* Modules: reformat RM_Scan() top comment a bit.antirez2020-03-051-12/+21
* Modules: more details in RM_Scan API top comment.antirez2020-03-051-6/+22
* RM_Scan disable dict rehashingOran Agra2020-03-052-6/+21
* Add RM_CreateStringFromDoubleGuy Benoish2020-03-052-0/+14
* add no_auth to COMMAND INFOOran Agra2020-03-051-0/+1
* module api docs for aux_save and aux_loadOran Agra2020-03-052-1/+7
* streamReplyWithRangeFromConsumerPEL: Redundant streamDecodeIDGuy Benoish2020-03-051-3/+1
* Show Redis version when not understanding a config directive.antirez2020-03-051-1/+2
* Changelog: explain Redis 6 SPOP change.antirez2020-02-271-1/+4
* Fix spop return nil #4709bodong.ybd2020-02-271-1/+1
* Fix SDS misuse in enumConfigSet(). Related to #6778.antirez2020-02-271-3/+3
* Remove useless comment from enumConfigSet().antirez2020-02-271-1/+0
* Fix a potential overflow with strncpyPonnuvel Palaniyappan2020-02-271-5/+5
* Improve aeDeleteEventLoop() top comment grammar.antirez2020-02-271-1/+2
* free time event when delete eventloopwangyuan212020-02-271-0/+7
* fix impl of aof-child whitelist SIGUSR1 feature.srzhao2020-02-271-4/+5
* Changed log level for module fork api from 'notice' to 'verbos'.meir@redislabs.com2020-02-271-2/+2
* format fixhwware2020-02-271-1/+1
* fix potentical memory leakshwware2020-02-271-1/+4
* modify the read buf size according to the write buf size PROTO_IOBUF_LEN defi...Hengjian Tang2020-02-271-1/+1
* fix ThreadSafeContext lock/unlock function namesAriel2020-02-271-2/+2
* XREADGROUP should propagate XCALIM/SETID in MULTI/EXECGuy Benoish2020-02-271-2/+2
* fix race in module api test for forkOran Agra2020-02-272-3/+2
* Modules: Do not auto-unblock clients if not blocked on keysGuy Benoish2020-02-271-7/+22
* fix github actions failing latency test for active defrag - part 2Oran Agra2020-02-272-4/+5
* fix github actions failing latency test for active defragOran Agra2020-02-272-13/+14
* Fix latency sensitivity of new defrag testOran Agra2020-02-271-8/+32
* Tracking: optin/out implemented.antirez2020-02-273-16/+82
* Test engine: experimental change to avoid busy port problems.antirez2020-02-271-49/+84
* Test engine: detect timeout when checking for Redis startup.antirez2020-02-271-1/+11
* Test engine: better tracking of what workers are doing.antirez2020-02-272-4/+12
* add missing subcommand description for debug oomhwware2020-02-271-0/+1
* Fix memory leak in test_ld_convGuy Benoish2020-02-271-0/+4
* Give an error message if you specify redirect twiceMadelyn Olson2020-02-271-0/+7
* Minor CSC fixes and fixed documentationMadelyn Olson2020-02-272-17/+16
* Defrag big lists in portions to avoid latency and freezeOran Agra2020-02-274-34/+350
* XGROUP DESTROY should unblock XREADGROUP with -NOGROUPGuy Benoish2020-02-272-0/+11
* fix typo from fss to rsshayashier2020-02-271-2/+2