- 12 Mar, 2019 1 commit
-
-
Steve Webster authored
-
- 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
-
- 07 Mar, 2019 1 commit
-
-
Yuan Zhou authored
hashTypeTryObjectEncoding() is not used now
-
- 05 Mar, 2019 1 commit
-
-
antirez authored
-
- 02 Mar, 2019 2 commits
-
-
antirez authored
-
antirez authored
Fix #5790 and 5878. Maybe a better option was to have such fields named with the first byte '%' as those are info fields for specification, however now to break it in a backward incompatible way is not an option, so let's use the fields actively to provide info when sensible, otherwise ignore when they are not really helpful.
-
- 01 Mar, 2019 21 commits
-
-
Salvatore Sanfilippo authored
Cluster Manager (redis-cli): new "backup" command
-
Salvatore Sanfilippo authored
Redis benchmark: multithread support and cluster support
-
artix authored
-
artix authored
-
artix authored
-
artix authored
-
artix authored
-
artix authored
-
artix authored
-
artix authored
-
artix authored
- MOVED or ASK replies are now handled in cluster mode. - Only the first slot per node is used in cluster mode. - Mutlithreading: reduced usage of mutexes in favor of atomic vars.
-
artix authored
-
artix authored
-
artix authored
-
varianfeng authored
-
artix authored
Always save the backup, even if there are problems in the cluster. Just display a warn message and save "cluster_errors" property inside the json.
-
artix authored
- Prevent cluster backup if cluster has issues and needs to be fixed. This behaviour can be overridden by adding the option '--cluster-ignore-issues'
-
artix authored
-
Salvatore Sanfilippo authored
fix:Slave will do full sync when restart with SHUTDOWN SAVE on cluster mode
-
Salvatore Sanfilippo authored
Updated redis-benchmark so it doesn't show 1 value above 2ms
-
Salvatore Sanfilippo authored
Cluster Manager: create command checks for issues during "CLUSTER MEET"
-
- 28 Feb, 2019 8 commits
- 27 Feb, 2019 4 commits
-
-
Salvatore Sanfilippo authored
Fix typo (unsupproted => unsupported) in error message
-
antirez authored
-
antirez authored
As documented but never implemented.
-
Salvatore Sanfilippo authored
fix: fix sentinel command table and new flags format
-