summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow SELECT while loading the DB.antirez2013-03-261-1/+1
* Update config.cNanXiao2013-03-251-1/+1
* Test: obuf-limits test false positive removed.antirez2013-03-251-1/+1
* redis-cli --stat, stolen from redis-tools.antirez2013-03-251-0/+180
* Replication: master_link_down_since_seconds initial value should be huge.antirez2013-03-131-1/+1
* Test: make sure broken RDB checksum is detected.antirez2013-03-131-0/+19
* Test: more RDB loading checks.antirez2013-03-131-0/+32
* Test: check that Redis starts empty without an RDB file.antirez2013-03-131-0/+7
* rdbLoad(): rework code to save vertical space.antirez2013-03-131-4/+2
* Abort when opening the RDB file results in an error other than ENOENT.Damian Janowski2013-03-132-2/+1
* Set default for stop_writes_on_bgsave_err in initServerConfig().antirez2013-03-121-1/+1
* Add a missing bugfix entry in 2.6.11 release notes.antirez2013-03-121-0/+2
* redis-cli --bigkeys: don't crash with empty DBs.antirez2013-03-121-0/+4
* Redis 2.6.112.6.11antirez2013-03-112-1/+13