summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Redis 6.0.0 GA.6.0.0antirez2020-04-301-1/+1
* Update help.h again before Redis 6 GA.antirez2020-04-301-12/+17
* redis-cli: fix hints with subcommands.antirez2020-04-301-1/+2
* redis-cli command help updated.antirez2020-04-301-25/+165
* lazyfree & eviction: record latency generated by lazyfree evictionzhaozhao.zz2020-04-301-13/+18
* MIGRATE AUTH2 for ACL support.antirez2020-04-301-5/+19
* CLIENT KILL USER <username>.antirez2020-04-301-0/+11
* redis-cli: safer cluster fix with unreachalbe masters.antirez2020-04-301-1/+26
* redis-cli: simplify cluster nodes coverage display.antirez2020-04-301-17/+10
* redis-cli: try to make clusterManagerFixOpenSlot() more readable.antirez2020-04-301-6/+25
* XINFO STREAM FULL should have a default COUNT of 10Guy Benoish2020-04-301-4/+8
* Comment clearly why we moved some code in #6623.antirez2020-04-301-1/+4
* fix pipelined WAIT performance issue.srzhao2020-04-301-13/+13
* Extend XINFO STREAM outputGuy Benoish2020-04-301-34/+192
* Fix not used marco in cluster.chwware2020-04-301-1/+1
* hickup, re-fix dictEncObjKeyCompareOran Agra2020-04-281-4/+4
* Rework comment in dictEncObjKeyCompare().antirez2020-04-281-9/+8
* allow dictFind using static robjOran Agra2020-04-281-4/+9
* Added crcspeed libraryMadelyn Olson2020-04-282-0/+341
* Made crc64 test consistentMadelyn Olson2020-04-281-2/+3
* Implemented CRC64 based on slice by 4Madelyn Olson2020-04-285-157/+124
* optimize memory usage of deferred repliesOran Agra2020-04-271-0/+31
* Keep track of meaningful replication offset in replicas tooOran Agra2020-04-274-74/+86
* Fix STRALGO command flags.antirez2020-04-271-1/+1
* fix for unintended crash during panic responseDave-in-lafayette2020-04-271-1/+1
* fix for crash during panic before all threads are upDave-in-lafayette2020-04-271-1/+1
* LCS -> STRALGO LCS.antirez2020-04-243-7/+20
* Also use propagate() in streamPropagateGroupID().antirez2020-04-241-1/+11
* optimize the output of cluster slotsyanhui132020-04-241-4/+7
* Minor aesthetic changes to #7135.antirez2020-04-241-7/+5
* XREADGROUP with NOACK should propagate only one XGROUP SETID commandValentino Geron2020-04-241-7/+13
* ACL: re-enable command execution of disabled users.antirez2020-04-241-4/+0
* getRandomBytes(): use HMAC-SHA256.antirez2020-04-241-10/+30
* ACL GENPASS: take number of bits as argument.antirez2020-04-241-6/+21
* ACL GENPASS: emit 256 bits instead of 128.antirez2020-04-241-1/+1
* ACL: deny commands execution of disabled users.antirez2020-04-241-0/+4
* TLS: Fix build with SSL_OP_NO_CLIENT_RENEGOTIATIONTheo Buehler2020-04-241-1/+1
* TLS: Fix build on older verisons of OpenSSL.Yossi Gottlieb2020-04-241-0/+2
* Tracking: signal key as modified when evicting.antirez2020-04-241-0/+1
* Tracking: NOLOOP further implementation and fixes.antirez2020-04-242-6/+21
* Tracking: NOLOOP internals implementation.antirez2020-04-2417-112/+174
* Implement redis_set_thread_title for MacOS.antirez2020-04-241-0/+6
* Threaded IO: set thread name for redis-serverzhenwei pi2020-04-243-0/+28
* Sentinel: small refactoring of sentinelCollectTerminatedScripts().antirez2020-04-241-2/+1
* fix(sentinel): sentinel.running_scripts will always increase more times and n...omg-by2020-04-241-0/+1
* Fix XCLAIM propagation in AOF/replicas for blocking XREADGROUP.antirez2020-04-172-3/+8
* Redis 6.0-RC4.6.0-rc4antirez2020-04-161-1/+1
* Update SDS to latest version.antirez2020-04-161-1/+1
* RESP3: fix HELLO map len in Sentinel mode.antirez2020-04-161-1/+1
* Don't allow empty spaces in ACL usernames.antirez2020-04-151-8/+36