summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix AOF bug: expire could be removed from key on AOF rewrite.charsyam2013-05-021-2/+3
* Sentinel: changes to tilt mode.antirez2013-04-301-15/+26
* Sentinel: more sensible delay in master demote after tilt.antirez2013-04-301-9/+11
* Lua updated to version 5.1.5.antirez2013-04-2922-136/+194
* Sentinel: only demote old master into slave under certain conditions.antirez2013-04-261-11/+46
* 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
* Test: split conceptually unrelated comments in RDB test.antirez2013-04-221-1/+3
* Sentinel: turn old master into a slave when it comes back.antirez2013-04-191-2/+40
* More explicit panic message on out of memory.antirez2013-04-191-1/+1
* Cluster: fix clusterNode.name print format on debug message.xiaost72013-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
* Cluster: reconfigure additonal slaves on failover.antirez2013-04-091-0/+12
* Cluster: CONFIG SET cluster-node-timeout.antirez2013-04-091-0/+4
* Cluster: use server.cluster_node_timeout directly.antirez2013-04-092-8/+6
* Cluster: configdigest field no longer used. Removed.antirez2013-04-092-7/+2
* Cluster: properly send ping to nodes not pinged foro too much time.antirez2013-04-081-5/+5
* Test: remove useless statements and comments from test default config.antirez2013-04-041-324/+1
* Cluster: move REDIS_CLUSTER_FAILOVER_DELAY near other timing defines.antirez2013-04-041-1/+1
* Cluster: CONFIG GET cluster-node-timeout.antirez2013-04-041-0/+1
* Cluster: node timeout is now configurable.antirez2013-04-045-1/+14
* Cluster: turn hardcoded node timeout multiplicators into defines.antirez2013-04-042-6/+25
* Make rio.c comment 80-columns friendly.antirez2013-04-031-4/+5
* Throttle BGSAVE attempt on saving error.antirez2013-04-023-2/+14
* Version bumped to 2.9.9.antirez2013-04-021-1/+1
* Merge pull request #1017 from jbergstroem/build-improvementsSalvatore Sanfilippo2013-04-023-42/+48
|\
| * use `install` as default installer (except on SunOS)Johan Bergström2013-03-211-4/+5
| * Silence mkdir outputJohan Bergström2013-03-171-1/+1
| * Only pass -rdynamic as linker optionJohan Bergström2013-03-171-1/+0
| * Remove extra spacesJohan Bergström2013-03-171-16/+16
| * make check is a common naming convention for testsJohan Bergström2013-03-161-0/+2
| * Inherit CC for LuaJohan Bergström2013-03-161-1/+1
| * Spaces to tabsJohan Bergström2013-03-162-14/+14
| * Slightly refactor CFLAGS/LDFLAGS/LIBSJohan Bergström2013-03-161-8/+12
* | 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-273-3/+11
* | 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