antirez
|
17b05afda9
Test: dump.tcl fixed for RESTORE new error msg.
|
10 years ago |
antirez
|
762b1ae2be
Fix an error in redis-trib where we always talk with same node.
|
10 years ago |
antirez
|
c68c78719f
redis-trib fix improved: move keys from N nodes to owner.
|
10 years ago |
antirez
|
56161ca0a4
redis-trib fix: use MIGRATE REPLACE when fixing slots.
|
10 years ago |
antirez
|
7f772355f4
Regression test for issue #1764.
|
10 years ago |
antirez
|
ce2b2f22d9
Merge branch 'unstable' of github.com:/antirez/redis into unstable
|
10 years ago |
Salvatore Sanfilippo
|
ce7c47265b
Merge pull request #1764 from michael-grunder/lua_cache_segfault
|
10 years ago |
antirez
|
4ddc77041f
Remove trailing spaces from scripting.c
|
10 years ago |
antirez
|
01e3f9ba1d
Remove trailing spaces from sentinel.c.
|
10 years ago |
michael-grunder
|
ea0e2524aa
Fix LUA_OBJCACHE segfault.
|
10 years ago |
antirez
|
a9e62ab9fa
HyperLogLog regression test for issue #1762.
|
10 years ago |
Salvatore Sanfilippo
|
04d901aed5
Merge pull request #1762 from trink/unstable
|
10 years ago |
antirez
|
194b78050e
Cluster test: better failure detection test and framework improvements.
|
10 years ago |
antirez
|
a7da78e472
Cluster test: failure detection initial tests.
|
10 years ago |
antirez
|
4c04744734
Cluster test: proper initialization at unit startup.
|
10 years ago |
Mike Trinkala
|
ba52cd06c8
Correct the HyperLogLog stale cache flag to prevent unnecessary computations.
|
10 years ago |
antirez
|
67133d2f48
Cluster: use clusterSetNodeAsMaster() during slave failover.
|
10 years ago |
antirez
|
8c6e92c3bc
Cluster: clear todo_before_sleep flags when executing actions.
|
10 years ago |
antirez
|
7b87cda70e
Fixed typo in CLUSTER RESET implementation.
|
10 years ago |
antirez
|
796f4ae9f7
CLUSTER RESET implemented.
|
10 years ago |
antirez
|
8b9d5ecbd1
Remove trailing spaces from cluster.c file.
|
10 years ago |
antirez
|
0b7aa26164
Cluster test: added function assert_cluster_state.
|
10 years ago |
antirez
|
60e5d1724c
Cluster: don't accept cluster bus connections during startup.
|
10 years ago |
antirez
|
6baac558d8
Cluster: better handling of stolen slots.
|
10 years ago |
antirez
|
27ca133d35
cluster.tcl: fix redis links leak in refresh_nodes_map.
|
10 years ago |
antirez
|
cdf2271c5b
cluster.tcl: saner error handling.
|
10 years ago |
antirez
|
bae30479fb
redis.tcl: return I/O error message when peer closes connection.
|
10 years ago |
antirez
|
832a298005
Cluster: fixed data_age computation / check integer overflow.
|
10 years ago |
antirez
|
2692339138
Cluster: forced failover implemented.
|
10 years ago |
antirez
|
005f564eb3
Cluster: bypass data_age check for manual failovers.
|
10 years ago |