summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Sentinel: client reconfiguration script execution.antirez2012-08-021-0/+42
* Sentinel: when leader in wait-start, sense another leader as race.antirez2012-07-311-19/+30
* Sentinel: sentinelRefreshInstanceInfo() comments improved a bit.antirez2012-07-311-4/+6
* Use correct variable name for value to convert.Michael Parker2012-07-311-1/+2
* Sentinel: abort failover when in wait-start if master is back.antirez2012-07-311-0/+18
* Merge remote-tracking branch 'origin/unstable' into unstableantirez2012-07-284-3/+21
|\
| * Include sys/wait.h to avoid compiler warningJan-Erik Rediger2012-07-281-0/+1
| * Merge pull request #587 from saj/truncate-short-write-from-aofSalvatore Sanfilippo2012-07-271-0/+7
| |\
| | * Truncate short write from the AOFSaj Goonatilleke2012-07-181-0/+7
| * | Merge pull request #586 from saj/aof_last_bgrewrite_statusSalvatore Sanfilippo2012-07-273-3/+13
| |\ \
| | * | New in INFO: aof_last_bgrewrite_statusSaj Goonatilleke2012-07-183-3/+13
| | |/
* | | Sentinel: scripts execution engine improved.antirez2012-07-281-47/+284
* | | Sentinel: don't start a failover as leader if there is no good slave.antirez2012-07-261-1/+6
|/ /
* | Sentinel: ability to execute notification scripts.antirez2012-07-251-6/+66
* | Merge pull request #603 from mrb/fix_sentinel_config_warningSalvatore Sanfilippo2012-07-251-1/+1
|\ \
| * | Fix warning in redis.c for sentinel config loadmrb2012-07-251-1/+1
* | | Sentinel: abort failover if no good slave is available.antirez2012-07-251-29/+45
|/ /
* | Sentinel: reset pending_commands in a more generic way.antirez2012-07-241-2/+4
* | Prevent a spurious +sdown event on switch.antirez2012-07-241-0/+3
* | Sentinel: debugging message removed.antirez2012-07-241-1/+0
* | Sentinel: changes to connection handling and redirection.antirez2012-07-241-53/+87
* | Sentinel: check that instance still exists in reply callbacks.antirez2012-07-241-10/+10
* | Sentinel: more robust failover detection as observer.antirez2012-07-241-6/+31
* | First implementation of Redis Sentinel.antirez2012-07-236-44/+2571
* | Merge remote-tracking branch 'origin/unstable' into unstableantirez2012-07-221-1/+1
|\ \
| * | Check that we have connection before enabling pipe modeSteeve Lennmark2012-07-151-1/+1
* | | Allow Pub/Sub in contexts where other commands are blocked.antirez2012-07-222-12/+21
|/ /
* | Don't assume that "char" is signed.antirez2012-07-182-7/+7
|/
* mark fd as writable when EPOLLERR or EPOLLHUP is returned by epoll_wait.jokea2012-06-291-0/+2
* Typo in comment.antirez2012-06-271-1/+1
* REPLCONF internal command introduced.antirez2012-06-274-18/+110
* Fixed comment typo into time_independent_strcmp().antirez2012-06-211-1/+1
* Fixed a timing attack on AUTH (Issue #560).antirez2012-06-213-1/+49
* Fix c->reply_bytes computation in setDeferredMultiBulkLength()antirez2012-06-151-0/+4
* ziplistFind(): don't assume that entries are comparable by encoding.antirez2012-06-141-5/+10
* Standardize punctuation in redis-cli help.Ted Nyman2012-06-121-6/+6
* Dump ziplist hex value on failed assertion.antirez2012-06-123-1/+30
* Fixed RESTORE hash failure (Issue #532)Alex Mitrofanov2012-06-021-1/+1
* RDB type loading functions clarified in comments.antirez2012-06-021-1/+5
* BITOP bug when called against non existing keys fixed.antirez2012-05-311-0/+1
* Four new persistence fields in INFO. A few renamed.antirez2012-05-254-8/+33
* BITOP command 10x speed improvement.antirez2012-05-241-1/+69
* BITOP: handle integer encoded objects correctly.antirez2012-05-241-2/+16
* BITCOUNT performance improved.antirez2012-05-241-13/+22
* bitop.c renamed bitops.cantirez2012-05-242-1/+1
* popcount() optimization for speed.antirez2012-05-241-2/+18
* BITCOUNT refactoring.antirez2012-05-241-12/+25
* Bit-related string operations moved to bitop.cantirez2012-05-243-249/+260
* New commands: BITOP and BITCOUNT.antirez2012-05-243-1/+154
* Add aof_rewrite_buffer_length INFO field.antirez2012-05-241-0/+2