summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove useless var and check in zunionInterGenericCommand().zunionantirez2014-06-061-2/+1
* ZUNIONSTORE reimplemented for speed.antirez2014-06-061-33/+60
* Add double field in dict.c entry value union.antirez2014-06-061-0/+5
* Merge pull request #1772 from andygrunwald/typo-avarege-averageSalvatore Sanfilippo2014-06-061-1/+1
|\
| * Fixed typo in word avarege in result message of --intrinsic-latency analyzerAndy Grunwald2014-05-221-1/+1
* | Merge pull request #1780 from badboy/patch-8Salvatore Sanfilippo2014-06-061-1/+1
|\ \
| * | Small typo fixedJan-Erik Rediger2014-05-281-1/+1
* | | Merge pull request #1789 from yoav-steinberg/fix_eval_in_testsSalvatore Sanfilippo2014-06-062-29/+29
|\ \ \
| * \ \ Merge remote-tracking branch 'upstream/unstable' into unstableyoav2014-04-2210-303/+1598
| |\ \ \
| * | | | Fix eval usage in tests to conform with eval semanticsyoav2014-04-062-29/+29
* | | | | Merge pull request #1788 from zionwu/unstableSalvatore Sanfilippo2014-06-061-0/+2
|\ \ \ \ \
| * | | | | fix issue 1787zionwu2014-06-011-0/+2
* | | | | | Don't process min-slaves-to-write for slaves.antirez2014-06-051-1/+2
* | | | | | Tests for min-slaves-* feature.antirez2014-06-051-0/+60
* | | | | | Fixed dbuf variable scope in luaRedisGenericCommand().antirez2014-06-041-1/+1
* | | | | | Regression test for issue #1118.antirez2014-06-041-0/+8
* | | | | | Scripting: better Lua number -> string conversion in luaRedisGenericCommand().antirez2014-06-041-4/+14
* | | | | | More trailing spaces in sentinel.c removed.antirez2014-05-281-2/+2
| |_|_|/ / |/| | | |
* | | | | Cluster test: add tmp dir to Git repo.antirez2014-05-261-0/+2
* | | | | Merge pull request #1775 from mattsta/fix-test-against-new-PID-formatSalvatore Sanfilippo2014-05-261-1/+1
|\ \ \ \ \
| * | | | | Fix test framework to detect proper server PIDMatt Stancliff2014-05-231-1/+1
* | | | | | Disable recursive watchdog signal handlerMatt Stancliff2014-05-261-1/+1
* | | | | | Cluster: always allow ok -> fail switch in clusterUpdateState().antirez2014-05-261-0/+1
* | | | | | Cluster test: catch FLUSHALL errors on node reset.antirez2014-05-261-1/+1
* | | | | | Sentinel example config: explain you don't need to specify slaves.antirez2014-05-261-0/+6
|/ / / / /
* | | | | Cluster test: basic failover unit added.antirez2014-05-231-0/+35
* | | | | Cluster test: move basic read/write test into a procedure.antirez2014-05-232-9/+23
* | | | | Cluster test: more reliable 01-faildet unit.antirez2014-05-231-9/+15
| |_|_|/ |/| | |
* | | | redisLogFromHandler() format changed to match new logs format.antirez2014-05-221-2/+1
* | | | Tag every log line with role.antirez2014-05-222-1/+13
|/ / /
* | | Cluster: slave validity factor is now user configurable.antirez2014-05-226-8/+69
* | | Test: AOF test false positive when running in slow hosts.antirez2014-05-221-1/+16
* | | Test: dump.tcl fixed for RESTORE new error msg.antirez2014-05-221-1/+1
* | | Fix an error in redis-trib where we always talk with same node.antirez2014-05-211-1/+3
* | | redis-trib fix improved: move keys from N nodes to owner.antirez2014-05-211-15/+51
* | | redis-trib fix: use MIGRATE REPLACE when fixing slots.antirez2014-05-211-2/+13
* | | Regression test for issue #1764.antirez2014-05-201-0/+13
* | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2014-05-201-1/+3
|\ \ \
| * \ \ Merge pull request #1764 from michael-grunder/lua_cache_segfaultSalvatore Sanfilippo2014-05-201-1/+3
| |\ \ \
| | * | | Fix LUA_OBJCACHE segfault.michael-grunder2014-05-191-1/+3
* | | | | Remove trailing spaces from scripting.cantirez2014-05-201-3/+3
|/ / / /
* | | | Remove trailing spaces from sentinel.c.antirez2014-05-201-9/+9
|/ / /
* | | HyperLogLog regression test for issue #1762.antirez2014-05-191-0/+11
* | | Merge pull request #1762 from trink/unstableSalvatore Sanfilippo2014-05-191-4/+4
|\ \ \
| * | | Correct the HyperLogLog stale cache flag to prevent unnecessary computations.Mike Trinkala2014-05-181-4/+4
* | | | Cluster test: better failure detection test and framework improvements.antirez2014-05-192-9/+43
* | | | Cluster test: failure detection initial tests.antirez2014-05-192-0/+32
* | | | Cluster test: proper initialization at unit startup.antirez2014-05-193-34/+41
|/ / /
* | | Cluster: use clusterSetNodeAsMaster() during slave failover.antirez2014-05-151-4/+1
* | | Cluster: clear todo_before_sleep flags when executing actions.antirez2014-05-151-2/+12