summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tracking: test expired keys notifications.tracking-noloopantirez2020-04-221-0/+13
* Tracking: NOLOOP tests.antirez2020-04-221-0/+32
* Tracking: signal key as modified when evicting.antirez2020-04-221-0/+1
* Tracking: NOLOOP further implementation and fixes.antirez2020-04-212-6/+21
* Tracking: NOLOOP internals implementation.antirez2020-04-2117-112/+174
* Implement redis_set_thread_title for MacOS.antirez2020-04-201-0/+6
* Merge pull request #7089 from bytedance/set-thread-nameSalvatore Sanfilippo2020-04-203-0/+28
|\
| * Threaded IO: set thread name for redis-serverzhenwei pi2020-04-183-0/+28
* | Sentinel: small refactoring of sentinelCollectTerminatedScripts().antirez2020-04-201-2/+1
* | Merge pull request #7113 from OMG-By/unstableSalvatore Sanfilippo2020-04-201-0/+1
|\ \ | |/ |/|
| * fix(sentinel): sentinel.running_scripts will always increase more times and n...omg-by2020-04-181-0/+1
* | Fix XCLAIM propagation in AOF/replicas for blocking XREADGROUP.antirez2020-04-172-3/+8
* | A few comments and name changes for #7103.antirez2020-04-171-4/+13
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-04-174-2/+50
|\ \
| * \ Merge pull request #7103 from oranagra/run_solo_testSalvatore Sanfilippo2020-04-173-2/+42
| |\ \
| | * | testsuite run the defrag latency test soloOran Agra2020-04-163-2/+42
| * | | Merge pull request #7087 from IAmATeaPot418/patch-6Salvatore Sanfilippo2020-04-161-0/+8
| |\ \ \
| | * | | minor fixJamie Scott2020-04-121-3/+2
| | * | | Adding acllog-max-len to Redis.confJamie Scott2020-04-121-0/+9
* | | | | 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
| |/ / |/| |
* | | Don't allow empty spaces in ACL key patterns.antirez2020-04-151-1/+12
* | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-04-152-1/+5
|\ \ \
| * \ \ Merge pull request #7078 from karelrooted/fix/geo-hash-edge-caseSalvatore Sanfilippo2020-04-151-0/+4
| |\ \ \
| | * | | FIX: truncate max/min longitude,latitude related geo_point (ex: {180, 85.051...liumiuyong2020-04-091-0/+4
| * | | | Merge pull request #7085 from guybe7/timeout_err_typoSalvatore Sanfilippo2020-04-141-1/+1
| |\ \ \ \
| | * | | | Typo in getTimeoutFromObjectOrReply's error replyGuy Benoish2020-04-111-1/+1
| | | |/ / | | |/| |
* | | | | Fix HELLO reply in Sentinel mode, see #6160.antirez2020-04-151-1/+1
|/ / / /
* | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-04-141-2/+2
|\ \ \ \
| * \ \ \ Merge pull request #7095 from hwware/typofixaclSalvatore Sanfilippo2020-04-141-2/+2
| |\ \ \ \
| | * | | | fix spelling in acl.chwware2020-04-141-2/+2
| | |/ / /
* | | | | Fix zsetAdd() top comment spelling.antirez2020-04-141-3/+3
|/ / / /
* | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-04-141-1/+1
|\ \ \ \ | |/ / /
| * | | Merge pull request #7074 from hayleeliu/unstableSalvatore Sanfilippo2020-04-101-1/+1
| |\ \ \
| | * | | fix spelling mistake in bitops.chayleeliu2020-04-081-1/+1
| | |/ /
* | | | Fix function names in zslDeleteNode() top comment.antirez2020-04-141-1/+2
|/ / /
* | | RESP3: change streams items from maps to arrays.antirez2020-04-101-1/+1
* | | Merge branch 'faster-rdb-loading' into unstableantirez2020-04-099-43/+129
|\ \ \
| * | | Use the special static refcount for stack objects.faster-rdb-loadingantirez2020-04-091-1/+1
| * | | RDB: refactor some RDB loading code into dbAddRDBLoad().antirez2020-04-093-4/+22
| * | | incrRefCount(): abort on statically allocated object.antirez2020-04-092-2/+12
| * | | More powerful DEBUG RELOAD.antirez2020-04-093-16/+55
| * | | RDB: clarify a condition in rdbLoadRio().antirez2020-04-092-2/+9
| * | | RDB: load files faster avoiding useless free+realloc.antirez2020-04-097-28/+40
| |/ /
* | | Speedup: unblock clients on keys in O(1).o1-bpopantirez2020-04-084-23/+50
|/ /
* | Fix ACL HELP table missing comma.antirez2020-04-081-12/+12
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-04-071-0/+1
|\ \
| * \ Merge pull request #7064 from mymilkbottles/unstableSalvatore Sanfilippo2020-04-061-0/+1
| |\ \
| | * \ Merge pull request #1 from mymilkbottles/mymilkbottles-log-level-judgemymilkbottles2020-04-061-0/+1
| | |\ \