summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge upstream 2.6.14.2.6.14-1Yossi Gottlieb2013-06-2361-716/+1446
|\
| * Fixed typo in 2.6.14 changelog. verison -> version.antirez2013-06-201-1/+1
| * Redis 2.6.142.6.14antirez2013-06-202-1/+12
| * Sentinel: parse new INFO replication output correctly.antirez2013-06-201-8/+21
| * Test: regression test for #1163.antirez2013-06-191-0/+17
| * Allow writes from scripts called by AOF loading in read-only slaves.antirez2013-06-191-0/+1
| * Binary safe dump of object content in redisLogObjectDebugInfo().antirez2013-06-041-3/+6
| * redis-cli: help.h updated.antirez2013-05-141-3/+13
| * Test: various issues with the replication-4.tcl test fixed.antirez2013-05-081-7/+8
| * in 32bit machine, popcount don't work with a input string length up to 512 MB,Jiahao Huang2013-05-081-2/+2
| * Added more info about 32 bit builds into README.antirez2013-05-081-3/+14
| * CONFIG SET server.masterauth aesthetic change.antirez2013-05-021-5/+1
| * Reset masterauth if an empty string is configured.Michel Martens2013-05-021-1/+5
| * Fix AOF bug: expire could be removed from key on AOF rewrite.charsyam2013-05-021-2/+3
| * Redis 2.6.132.6.13antirez2013-04-302-1/+24
| * Sentinel: changes to tilt mode.antirez2013-04-301-15/+26
| * Sentinel: more sensible delay in master demote after tilt.antirez2013-04-301-9/+11
| * Sentinel: only demote old master into slave under certain conditions.antirez2013-04-301-11/+46
| * Lua updated to version 5.1.5.antirez2013-04-2922-136/+194
| * Sentinel: always redirect on master->slave transition.antirez2013-04-241-13/+9
| * Config option to turn AOF rewrite incremental fsync on/off.antirez2013-04-245-1/+23
| * AOF: sync data on disk every 32MB when rewriting.antirez2013-04-242-0/+2
| * rio.c: added ability to fdatasync() from time to time while writing.antirez2013-04-242-1/+33
| * Test: fix RDB test checking file permissions.antirez2013-04-231-11/+24
| * Sentinel: turn old master into a slave when it comes back.antirez2013-04-221-2/+40
| * Test: split conceptually unrelated comments in RDB test.antirez2013-04-221-1/+3
| * More explicit panic message on out of memory.antirez2013-04-191-1/+1
| * Redis/Jemalloc Gitignore were too aggressive.antirez2013-04-182-7/+7
| * redis-cli: raise error on bad command line switch.antirez2013-04-111-1/+9
| * redis-cli: --latency-history mode implemented.antirez2013-04-111-21/+41
| * Test: remove useless statements and comments from test default config.antirez2013-04-041-322/+1
| * Make rio.c comment 80-columns friendly.antirez2013-04-031-4/+5
| * Throttle BGSAVE attempt on saving error.antirez2013-04-023-2/+14
| * Redis 2.6.122.6.12antirez2013-03-292-1/+17
| * Support for case unsensitive SET options.charsyam2013-03-291-4/+8
| * Test: Extended SET tests.antirez2013-03-281-0/+42
| * Extended SET command implemented (issue #931).antirez2013-03-282-9/+59
| * EXPIRE should not resurrect keys. Issue #1026.antirez2013-03-281-3/+3
| * Test: regression test for issue #1026.antirez2013-03-281-0/+10
| * Better DEBUG error message when num of arguments is wrong.antirez2013-03-281-1/+1
| * Test: verify that lazy-expire works.antirez2013-03-281-0/+18
| * DEBUG set-active-expire added.antirez2013-03-283-3/+11
| * Test: read_from_replication_stream, workaround for 2.6antirez2013-03-271-1/+7
| * Test: test replication of MULTI/EXEC.antirez2013-03-271-0/+54
| * Test: Restore DB back to 9 after testing MULTI/EXEC with DB 5.antirez2013-03-271-1/+4
| * Test: new functions to capture and analyze the replication stream.antirez2013-03-271-0/+53
| * Flag PUBLISH as read-only in the command table.antirez2013-03-271-1/+1
| * Transactions: propagate MULTI/EXEC only when needed.antirez2013-03-271-10/+14
| * Transactions: use discardTransaction() in EXEC implementation.antirez2013-03-271-7/+2
| * Transactions: use the propagate() API to propagate MULTI.antirez2013-03-271-7/+5