- 14 Mar, 2019 10 commits
-
-
antirez authored
-
Salvatore Sanfilippo authored
Trim SDS free space of retained module strings
-
Salvatore Sanfilippo authored
Fix mismatching keyspace notification classes
-
Guy Benoish authored
-
Salvatore Sanfilippo authored
Fix zlexrangespec mem-leak in genericZrangebylexCommand
-
Salvatore Sanfilippo authored
Use memtoll() in 'CONFIG SET client-output-buffer-limit'
-
Salvatore Sanfilippo authored
Increase string2ld's buffer size (and fix HINCRBYFLOAT)
-
Salvatore Sanfilippo authored
Check server.verbosity in RM_LogRaw
-
Salvatore Sanfilippo authored
ZPOP should return an empty array if COUNT=0
-
antirez authored
-
- 13 Mar, 2019 12 commits
-
-
Salvatore Sanfilippo authored
Streams: checkType before XGROUP CREATE
-
Salvatore Sanfilippo authored
Fixes BZ[REV]POP's arity
-
Salvatore Sanfilippo authored
Provide an uninstall target in Makefile
-
Salvatore Sanfilippo authored
Reduce 100ms of cluster failover time on Manual mode
-
Salvatore Sanfilippo authored
Note that install_server.sh is not for Mac OSX
-
Salvatore Sanfilippo authored
Redis Benchmark: add multithread idle mode
-
Salvatore Sanfilippo authored
fix: fix the if condition in clusterManagerShowClusterInfo
-
Salvatore Sanfilippo authored
Increment delivery counter on XCLAIM unless RETRYCOUNT specified
-
Salvatore Sanfilippo authored
document additional flag of RM_GetContextFlags
-
Salvatore Sanfilippo authored
Fix compile some warnings
-
zhaozhao.zz authored
-
swilly22 authored
-
- 12 Mar, 2019 10 commits
-
-
Steve Webster authored
-
Salvatore Sanfilippo authored
Added millisecond resolution for blpop command && friends
-
Salvatore Sanfilippo authored
fix a bufferoverflow bug
-
Salvatore Sanfilippo authored
Cluster Manager: add importing/migrating nodes to backup info
-
Salvatore Sanfilippo authored
try lazyfree temp set in SUNION & SDIFF
-
Salvatore Sanfilippo authored
Extend REDISMODULE_CTX_FLAGS to indicate if command was sent by master
-
artix authored
Fixes issue #5912
-
Salvatore Sanfilippo authored
remove temp-rewriteaof-xxx.aof when interrupt aofrewrite
-
vattezhang authored
-
chendianqiang authored
-
- 11 Mar, 2019 1 commit
-
-
swilly22 authored
-
- 10 Mar, 2019 3 commits
-
-
antirez authored
-
Salvatore Sanfilippo authored
Replicas aren't allowed to run the replicaof command
-
wurongxin authored
-
- 09 Mar, 2019 2 commits
-
-
John Sully authored
-
Brad Solomon authored
It will fail pretty quickly since there is no -f readlink flag there.
-
- 08 Mar, 2019 2 commits
-
-
Steve Webster authored
The XCLAIM docs state the XCLAIM increments the delivery counter for messages. This PR makes the code match the documentation - which seems like the desired behaviour - whilst still allowing RETRYCOUNT to be specified manually. My understanding of the way streamPropagateXCLAIM() works is that this change will safely propagate to replicas since retry count is pulled directly from the streamNACK struct. Fixes #5194
-
Salvatore Sanfilippo authored
server.h: remove dead code
-