summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 6.2 RC1.6.2-rc1Oran Agra2020-12-143-25/+294
* GEOSEARCH: change 'FROMLOC' to 'FROMLONLAT' (#8190)Itamar Haber2020-12-142-18/+22
* Sanitize dump payload: excessive free on dup zset fields (#8189)Oran Agra2020-12-142-1/+11
* Tests: fix new defrag test to be skipped when not supported (#8185)Oran Agra2020-12-142-40/+43
* Fix redis-cli crash on nil invalidate messages. (#8183)Yossi Gottlieb2020-12-132-8/+33
* Expose Redis main thread cpu time, and scrape system time via INFO command. (...filipe oliveira2020-12-131-4/+16
* Several (mostly Solaris-related) cleanups (#8171)Yossi Gottlieb2020-12-1313-32/+32
* redis-cli prompt: show transaction state, and fix db number on aborted EXEC (...Wen Hui2020-12-131-4/+30
* Add module event for repl-diskless-load swapdb (#8153)Oran Agra2020-12-134-3/+80
* add missing raxStop calls in aof stream rewrite (#8162)Wen Hui2020-12-131-0/+3
* Removed usage of bool from tls.c (#8175)Madelyn Olson2020-12-131-3/+3
* redis-cli -e option to exit with error code immediately when command fails (...Wen Hui2020-12-131-0/+11
* Add total_forks to INFO STATS (#8155)Wang Yuan2020-12-132-0/+5
* Modules: add defrag API support. (#8149)Yossi Gottlieb2020-12-139-8/+569
* Randomize the random number generator's seed used in redis-benchmark (#8174)gourav2020-12-121-1/+1
* Adds 'use-memory' to GEORADIUS[BYMEMBER] (#8107)Itamar Haber2020-12-120-0/+0
* Add GEOSEARCH / GEOSEARCHSTORE commands (#8094)杨博东2020-12-127-90/+317
* TLS: Add different client cert support. (#8076)Yossi Gottlieb2020-12-1114-94/+220
* Add module data-type support for COPY. (#8112)Yossi Gottlieb2020-12-096-10/+84
* Fix double close on IPv6 setup error. (#8168)Yossi Gottlieb2020-12-091-1/+0
* zset full dump sanitization bug (dup score instead of field) (#8167)Oran Agra2020-12-091-1/+1
* Handle output buffer limits for Module blocked clients (#8141)Oran Agra2020-12-083-1/+135
* Improve stability of new CSC eviction test (#8160)Oran Agra2020-12-081-2/+14
* Minor improvements for list-2 test (#8156)Wang Yuan2020-12-081-1/+1
* Fix failing macOS tests due to wc differences. (#8161)Yossi Gottlieb2020-12-081-2/+2
* Adds exclusive range query intervals to XPENDING (#8130)Itamar Haber2020-12-082-3/+30
* Fix setproctitle related crashes. (#8150)Yossi Gottlieb2020-12-081-4/+39
* use getPositiveLongFromObjectOrReply for positive check in spop (#8146)Wen Hui2020-12-081-7/+2
* More efficient self-XCLAIM (#8098)guybe72020-12-072-9/+44
* Enable configuring OpenSSL using the standard openssl.cnf (#8143)filipe oliveira2020-12-071-0/+12
* Add CLIENT INFO and CLIENT LIST [id]. (#8113)Yossi Gottlieb2020-12-073-3/+41
* Solaris based system rss size report. (#8138)David CARLIER2020-12-062-0/+22
* Sanitize dump payload: performance optimizations and tuningOran Agra2020-12-065-30/+116
* Sanitize dump payload: fail RESTORE if memory allocation failsOran Agra2020-12-069-83/+199
* Sanitize dump payload: validate no duplicate records in hash/zset/intsetOran Agra2020-12-069-63/+308
* testsuite: fix fd leak, prevent port clashing when using --baseportOran Agra2020-12-062-1/+7
* Sanitize dump payload: fuzz tester and fixes for segfaults and leaks it exposedOran Agra2020-12-0623-56/+722
* Sanitize dump payload: improve tests of ziplist and stream encodingsOran Agra2020-12-063-2/+110
* Sanitize dump payload: ziplist, listpack, zipmap, intset, streamOran Agra2020-12-0624-89/+915
* prevent client tracking from causing feedback loop in performEvictions (#8100)Oran Agra2020-12-062-1/+55
* Make sure we do not propagate nested MULTI/EXEC (#8097)guybe72020-12-067-25/+212
* Limit the main db and expires dictionaries to expand (#7954)Wang Yuan2020-12-0618-37/+127
* Modules: Fix an integer sign bug in moduleTimerHandler (#8131)guybe72020-12-031-3/+7
* Adds exclusive ranges to X[REV]RANGE (#8072)Itamar Haber2020-12-033-7/+100
* Iterate backwards on zdiff/zinter/zunion to optimize for zslInsert (#8105)Felipe Machado2020-12-031-6/+9
* Fix ACL Pub/Sub test timings (#8122)Itamar Haber2020-12-021-0/+10
* Backup keys to slots map and restore when fail to sync if diskless-load type ...Wang Yuan2020-12-026-118/+272
* Remove end-of-life CentOS 6 workflows. (#8121)Yossi Gottlieb2020-12-022-32/+0
* Modify help msg PING_BULK to PING_MBULK in benchmark (#8109)luhuachao2020-12-022-2/+2
* Getset fix (#8118)Madelyn Olson2020-12-012-1/+9