- 06 Jul, 2017 1 commit
-
-
sunweinan authored
-
- 03 May, 2017 2 commits
- 02 May, 2017 1 commit
-
-
antirez authored
-
- 27 Apr, 2017 1 commit
-
-
antirez authored
The master client cleanup was incomplete: resetClient() was missing and the output buffer of the client was not reset, so pending commands related to the previous connection could be still sent. The first problem caused the client argument vector to be, at times, half populated, so that when the correct replication stream arrived the protcol got mixed to the arugments creating invalid commands that nobody called. Thanks to @yangsiran for also investigating this problem, after already providing important design / implementation hints for the original PSYNC2 issues (see referenced Github issue). Note that this commit adds a new function to the list library of Redis in order to be able to reset a list without destroying it. Related to issue #3899.
-
- 25 Apr, 2016 1 commit
-
-
Oran Agra authored
-
- 29 Sep, 2014 1 commit
-
-
Aaron Rutkovsky authored
Closes #1513
-
- 26 Jun, 2014 1 commit
-
-
antirez authored
-
- 19 Jan, 2013 1 commit
-
-
guiquanz authored
-
- 13 Mar, 2012 1 commit
-
-
antirez authored
Process async client checks like client timeouts and BLPOP timeouts incrementally using a circular list.
-
- 31 Jan, 2012 1 commit
-
-
antirez authored
-
- 01 Jul, 2010 1 commit
-
-
antirez authored
networking related stuff moved into networking.c moved more code more work on layout of source code SDS instantaneuos memory saving. By Pieter and Salvatore at VMware ;) cleanly compiling again after the first split, now splitting it in more C files moving more things around... work in progress split replication code splitting more Sets split Hash split replication split even more splitting more splitting minor change
-
- 11 Jun, 2010 1 commit
-
-
Robey Pointer authored
-
- 19 Feb, 2010 1 commit
-
-
antirez authored
A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files.
-
- 13 Jan, 2010 1 commit
-
-
antirez authored
-
- 20 Apr, 2009 1 commit
-
-
antirez authored
-
- 22 Mar, 2009 1 commit
-
-
antirez authored
-