summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wait command optimization (#7333)caozb2020-08-131-3/+3
* Set the initial seed for random() (#5679)RemRain2020-08-121-0/+1
* Add oom-score-adj configuration option to control Linux OOM killer. (#1690)Yossi Gottlieb2020-08-125-0/+198
* fix misleading typo hasActiveChildProcess doc comment (#7588)HarveyLiu2020-08-122-2/+2
* Fixed timer warning (#5953)Madelyn Olson2020-08-121-1/+1
* Replace usage of wrongtypeerr with helper (#7633)Madelyn Olson2020-08-119-64/+38
* Adds redis-cli and redis-benchmark dependencies for `make test` targetMota2020-08-111-2/+2
* allow --pattern to be used along with --bigkeys (#3586)Wagner Francisco Mezaroba2020-08-111-2/+9
* redis-benchmark: fix wrong random key for hset (#4895)zhaozhao.zz2020-08-111-1/+1
* Merge pull request #7618 from ShooterIT/benchmark-zsetItamar Haber2020-08-111-1/+17
|\
| * [Redis-benchmark] Remove zrem test, add zpopmin testShooterIT2020-08-081-5/+5
| * [Redis-benchmark] Support zset typeShooterIT2020-08-061-0/+16
* | Fix unidentical function declaration in bio.c. lazyfree.c: lazyfreeFreeSlots...Muhammad Zahalqa2020-08-111-1/+1
* | CLIENT_MASTER should ignore server.proto_max_bulk_lenzhaozhao.zz2020-08-111-1/+2
* | config: proto-max-bulk-len must be 1mb or greaterzhaozhao.zz2020-08-111-1/+1
* | using proto-max-bulk-len in checkStringLength for SETRANGE and APPENDzhaozhao.zz2020-08-111-2/+2
* | Implement SMISMEMBER key member [member ...] (#7615)Tyson Andre2020-08-113-0/+24
* | Fix comment about ACLGetCommandPerm()Rajat Pawar2020-08-101-1/+1
* | Prevent dictRehashMilliseconds from rehashing while a safe iterator is presen...Jim Brunner2020-08-101-0/+2
* | Avoid redundant calls to signalKeyAsReady (#7625)杨博东2020-08-115-15/+22
* | Removes dead code (#7642)Itamar Haber2020-08-111-4/+2
* | see #7250, fix signature of RedisModule_DeauthenticateAndCloseClient (#7645)WuYunlong2020-08-101-1/+1
* | Merge pull request #7609 from michael-grunder/redis-cli-resp3-pushYossi Gottlieb2020-08-091-16/+101
|\ \
| * | Create PUSH handlers in redis-climichael-grunder2020-08-081-16/+101
* | | see #7544, added RedisModule_HoldString api. (#7577)Meir Shpilraien (Spielrein)2020-08-092-0/+62
* | | add sentinel command help (#7579)Wen Hui2020-08-081-3/+25
* | | Optimize calls to mstime in trackInstantaneousMetric() (#6472)WuYunlong2020-08-081-2/+3
* | | Print error info if failed opening config file (#6943)Wang Yuan2020-08-081-1/+2
* | | fix memory leak in ACLLoadFromFile error handling (#7623)Wen Hui2020-08-081-0/+1
* | | Fix applying zero offset to null pointer when creating moduleFreeContextReuse...Wang Yuan2020-08-083-4/+13
* | | remove superfluous else block (#7620)xuannianz2020-08-081-2/+0
* | | fix migration's broadcast PONG message, after the slot modification (#7590)fayadexinqing2020-08-071-2/+3
|/ /
* | Accelerate diskless master connections, and general re-connections (#6271)Oran Agra2020-08-063-34/+67
* | Fix potential race in bugReportStartOran Agra2020-08-061-1/+1
* | Assertion and panic, print crash log without generating SIGSEGVOran Agra2020-08-064-112/+195
* | Merge pull request #7092 from itamarhaber/fix-5629Itamar Haber2020-08-051-1/+0
|\ \
| * | Prevents default save configuration being reset...Itamar Haber2020-04-131-1/+0
* | | redis-cli --cluster-yes - negate force flag for clarityOran Agra2020-08-051-9/+9
* | | reintroduce REDISCLI_CLUSTER_YES env variable in redis-cliFrank Meier2020-08-051-0/+6
| |/ |/|
* | Add a ZMSCORE command returning an array of scores. (#7593)Tyson Andre2020-08-043-0/+23
* | remove duplicate semicolon (#7438)hujie2020-08-022-2/+2
* | module hook for master link up missing on successful psync (#7584)Oran Agra2020-07-311-0/+5
* | Remove dead code from update_zmalloc_stat_alloc (#7589)Oran Agra2020-07-311-11/+2
* | broadcast a PONG message when slot's migration is over, which may reduce the ...fayadexinqing2020-07-291-0/+3
* | Call propagate instead of writing directly to AOF/replicas (#6658)Kevin McGehee2020-07-291-3/+1
* | Clarify RM_BlockClient() error condition. (#6093)Yossi Gottlieb2020-07-291-0/+9
* | Show threading configuration in INFO output (#7446)Arun Ranganathan2020-07-293-14/+46
* | Avoid an out-of-bounds read in the redis-sentinel (#7443)namtsui2020-07-291-2/+2
* | Add SignalModifiedKey hook in XGROUP CREATE with MKSTREAM option (#7562)Wen Hui2020-07-291-0/+1
* | fix leak in error handling of debug populate command (#7062)Wen Hui2020-07-281-4/+3