summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Sentinel implementation of ROLE.antirez2014-06-231-0/+21
* Silence different signs comparison warning in sds.c.antirez2014-06-231-1/+1
* Sentinel: bind source addressMatt Stancliff2014-06-231-2/+2
* Add REDIS_BIND_ADDR access macroMatt Stancliff2014-06-232-2/+4
* Cancel SHUTDOWN if initial AOF is being writtenMatt Stancliff2014-06-231-0/+6
* Allow to call ROLE in LOADING state.antirez2014-06-211-1/+1
* ROLE command: array len fixed for slave output.antirez2014-06-211-1/+1
* Cluster: clear NOADDR flag when updating node address.antirez2014-06-201-0/+1
* Sentinel: send hello messages ASAP after config change.antirez2014-06-191-1/+35
* Sentinel: handle SRI_PROMOTED flag correctly.antirez2014-06-191-4/+6
* add missing signal.h includeAlex Suraci2014-06-171-0/+1
* Add SIGINT handler to cli --intrinsic-latencyMatt Stancliff2014-06-171-1/+8
* Sentinel: send SLAVEOF with MULTI, CLIENT KILL, CONFIG REWRITE.antirez2014-06-171-5/+37
* CLIENT KILL API modified.antirez2014-06-161-21/+39
* CLIENT KILL: fix closing link of the current client.antirez2014-06-161-1/+6
* New features for CLIENT KILL.antirez2014-06-162-13/+59
* Assign an unique non-repeating ID to each new client.antirez2014-06-163-1/+6
* Client types generalized.antirez2014-06-164-35/+36
* Fix semantics of Lua calls to SELECT.antirez2014-06-121-1/+0
* Scripting: Fix for a #1118 regression simplified.antirez2014-06-111-6/+1
* Scripting: Fix regression from #1118Matt Stancliff2014-06-101-1/+6
* Cluster: fix an error message when logging failover auth denied.antirez2014-06-101-2/+4
* Cluster: better comment for clusterSendFailoverAuthIfNeeded() epoch test.antirez2014-06-101-1/+4
* Cluster: log granted failover authorizations.antirez2014-06-101-0/+2
* Cluster: log configEpoch updates to myself.antirez2014-06-101-2/+11
* Cluster: log when a master denies a failover auth.antirez2014-06-101-3/+44
* Cluster: cluster_my_epoch added to CLUSTER INFO output.antirez2014-06-101-0/+6
* Merge pull request #1743 from mattsta/cygwin-compile-fixSalvatore Sanfilippo2014-06-092-0/+10
|\
| * Fix lack of strtold under CygwinMatt Stancliff2014-05-121-0/+4
| * Fix lack of SA_ONSTACK under CygwinMatt Stancliff2014-05-121-0/+6
* | Merge pull request #1669 from mattsta/blpop-internally-added-keysSalvatore Sanfilippo2014-06-093-11/+7
|\ \
| * | Fix blocking operations from missing new listsMatt Stancliff2014-05-213-11/+7
* | | ROLE output improved for slaves.antirez2014-06-071-1/+13
* | | ROLE command added.antirez2014-06-073-0/+39
* | | Cluster: check that configEpoch never goes back.antirez2014-06-071-1/+2
* | | Cluster: SET-CONFIG-EPOCH should update currentEpoch.antirez2014-06-071-0/+2
* | | Merge pull request #1772 from andygrunwald/typo-avarege-averageSalvatore Sanfilippo2014-06-061-1/+1
|\ \ \
| * | | Fixed typo in word avarege in result message of --intrinsic-latency analyzerAndy Grunwald2014-05-221-1/+1
* | | | Merge pull request #1780 from badboy/patch-8Salvatore Sanfilippo2014-06-061-1/+1
|\ \ \ \
| * | | | Small typo fixedJan-Erik Rediger2014-05-281-1/+1
* | | | | Merge pull request #1788 from zionwu/unstableSalvatore Sanfilippo2014-06-061-0/+2
|\ \ \ \ \
| * | | | | fix issue 1787zionwu2014-06-011-0/+2
* | | | | | Don't process min-slaves-to-write for slaves.antirez2014-06-051-1/+2
* | | | | | Fixed dbuf variable scope in luaRedisGenericCommand().antirez2014-06-041-1/+1
* | | | | | Scripting: better Lua number -> string conversion in luaRedisGenericCommand().antirez2014-06-041-4/+14
* | | | | | More trailing spaces in sentinel.c removed.antirez2014-05-281-2/+2
| |/ / / / |/| | | |
* | | | | Disable recursive watchdog signal handlerMatt Stancliff2014-05-261-1/+1
* | | | | Cluster: always allow ok -> fail switch in clusterUpdateState().antirez2014-05-261-0/+1
| |/ / / |/| | |
* | | | redisLogFromHandler() format changed to match new logs format.antirez2014-05-221-2/+1
* | | | Tag every log line with role.antirez2014-05-222-1/+13
|/ / /