summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
* | | | Fixed typo in CLUSTER RESET implementation.antirez2014-05-151-1/+1
* | | | CLUSTER RESET implemented.antirez2014-05-151-0/+88
* | | | Remove trailing spaces from cluster.c file.antirez2014-05-151-9/+9
* | | | Cluster test: added function assert_cluster_state.antirez2014-05-142-10/+14
* | | | Cluster: don't accept cluster bus connections during startup.antirez2014-05-141-0/+4
* | | | Cluster: better handling of stolen slots.antirez2014-05-143-16/+47
* | | | cluster.tcl: fix redis links leak in refresh_nodes_map.antirez2014-05-141-1/+7
* | | | cluster.tcl: saner error handling.antirez2014-05-141-4/+18
* | | | redis.tcl: return I/O error message when peer closes connection.antirez2014-05-141-1/+4
* | | | Cluster: fixed data_age computation / check integer overflow.antirez2014-05-121-3/+4
* | | | Cluster: forced failover implemented.antirez2014-05-121-5/+27
* | | | Cluster: bypass data_age check for manual failovers.antirez2014-05-121-4/+11
| |_|/ |/| |
* | | Fixed possible buffer overflow bug if RDB file is corrupted.Akos Vandra2014-05-121-1/+1
* | | fixed possible buffer overflow errorAkos Vandra2014-05-121-1/+1
* | | redis-trib create: use CONFIG SET-CONFIG-EPOCH before joining the cluster.antirez2014-05-121-0/+18
* | | Sentinel: Add "dir /tmp" directive in example sentinel.conf.antirez2014-05-121-0/+7
* | | redis-trib import: trap MIGRATE errors.antirez2014-05-121-2/+9
* | | redis-trib.rb: MIGRATE hardcoded timeout set to 15 sec.antirez2014-05-121-2/+2
* | | RESTORE: reply with -BUSYKEY special error code.antirez2014-05-123-2/+4
* | | Cluster: initial ability to import data from standalone instance.antirez2014-05-101-7/+141
* | | CLUSTER MEET: better error messages when address is invalid.antirez2014-05-091-4/+6
* | | redis-trib: allow support for mandatory options.antirez2014-05-091-0/+8
* | | DEBUG POPULATE: call dictExpand() to avoid useless rehashing.antirez2014-05-091-0/+1
* | | Cluster: bulk-accept new nodes connections.antirez2014-05-091-17/+23
* | | Cluster: clusterAcceptHandler() comments updated to match the code.antirez2014-05-091-4/+5
* | | Sentinel: log when a failover will be attempted again.antirez2014-05-081-1/+19
* | | Sentinel: generate +config-update-from event when a new config is received.antirez2014-05-081-0/+1
* | | REDIS_ENCODING_EMBSTR_SIZE_LIMIT set to 39.antirez2014-05-071-2/+5
* | | Scripting test: check that Lua can call commands rewirting argv.antirez2014-05-071-1/+14
* | | Test: handle new osx 'leaks' error.antirez2014-05-071-1/+2
* | | Scripting: objects caching for Lua c->argv creation.antirez2014-05-071-3/+40
* | | Scripting: Use faster API for Lua client c->argv creation.antirez2014-05-071-3/+6