summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.8.5.2.8.5antirez2014-02-042-1/+23
* Move mstime_t define outside sentinel.c.antirez2014-02-032-2/+2
* Scripting: expire keys in scripts only at first access.antirez2014-02-031-5/+11
* Allow CONFIG and SHUTDOWN while in stale-slave state.antirez2014-02-031-2/+2
* Scripting: use mstime() and mstime_t for lua_time_start.antirez2014-02-032-4/+4
* update copyright yearPatrickJS2014-02-031-1/+1
* Test: fixed osx msg passing issue in testing framework.antirez2014-01-311-1/+23
* Redis.conf comment about tcp-backlog option improved.antirez2014-01-311-1/+7
* Option "backlog" renamed "tcp-backlog".antirez2014-01-314-14/+19
* Add support for listen(2) backlog definitionNenad Merdanovic2014-01-316-21/+31
* Sentinel: check arity for SENTINEL MASTER command.antirez2014-01-311-0/+1
* SENTINEL SET master quorum implemented.antirez2014-01-281-0/+6
* Fixed inverted if condition in MISCONF error code path.antirez2014-01-281-1/+1
* Don't log MONITOR clients as disconnecting slaves.antirez2014-01-251-1/+1
* redis-cli --help output improved with --scan and periods.antirez2014-01-221-22/+24
* redis-cli: support for --scan option.antirez2014-01-221-0/+46
* Use fflush() before fsync() in rio.c.antirez2014-01-221-0/+1
* Fix typo in aofRewriteBufferAppend() comment.antirez2014-01-141-1/+1
* Set REDIS_AOF_REWRITE_MIN_SIZE to 64mb.antirez2014-01-141-1/+1
* Redis 2.8.4.2.8.4antirez2014-01-132-1/+21
* SENTINEL SET: error on bad option name + flush config on error.antirez2014-01-131-0/+7
* SENTINEL SET implemented.antirez2014-01-131-0/+78
* Sentinel: fix wrong arity error message.antirez2014-01-131-1/+1
* Sentinel: SENTINEL REMOVE command added.antirez2014-01-131-0/+9
* Sentinel: releaseSentinelRedisInstance() top comment fixed.antirez2014-01-131-1/+1
* Sentinel: flush config on disk when new master is added.antirez2014-01-131-0/+1
* anetResolveIP() prototype added to anet.h.antirez2014-01-131-0/+1
* Sentinel: SENTINEL MONITOR command implemented.antirez2014-01-131-0/+34
* anetResolveIP() added to anet.c.antirez2014-01-132-1/+22
* Sentinel: added SENTINEL MASTER <name> command.antirez2014-01-131-1/+7
* Add all the configurable fields to addReplySentinelRedisInstance().antirez2014-01-131-0/+24
* Trip comment to 80 cols in SentinelCommand().antirez2014-01-131-1/+1
* Test: regression for issues #1483.antirez2014-01-091-0/+10
* Fix RESTORE ttl handling in 32 bit archs.antirez2014-01-091-3/+4
* Fix keyspace events flags-to-string conversion.antirez2014-01-081-10/+12
* Test: stress events flags to/from string conversion.antirez2014-01-081-0/+11
* Don't send REPLCONF ACK to old masters.antirez2014-01-082-5/+12
* Clarify a comment in slaveTryPartialResynchronization().antirez2014-01-081-1/+1
* Log disconnection with slave only when ip:port is available.antirez2013-12-251-4/+4
* anetPeerToString / SockName: port can be NULL on errors too.antirez2013-12-251-2/+2
* anetTcpGenericConnect() bug introduced in 9d19977 fixed.antirez2013-12-251-3/+3
* Remove useless goto from anetTcpGenericConnect().antirez2013-12-251-3/+1
* anetTcpGenericConnect() code improved + 1 bug fix.antirez2013-12-251-8/+17
* Fix CONFIG REWRITE handling of unknown options.antirez2013-12-231-1/+3
* Configuring port to 0 disables IP socket as specified.antirez2013-12-231-1/+2
* Make new masters inherit replication offsets.antirez2013-12-221-1/+12
* Slave disconnection is an event worth logging.antirez2013-12-221-0/+10
* Log when a slave lose the connection with its master.antirez2013-12-211-9/+10
* Clarify include directive behavior in example redis.conf.antirez2013-12-191-2/+6
* CONFIG REWRITE: no special handling or include and rename-command.antirez2013-12-191-12/+1