mirror of
https://github.com/fluencelabs/redis
synced 2025-03-25 11:51:03 +00:00
redis-trib: fixed typo in method name.
This commit is contained in:
parent
07b6322735
commit
619d3945f8
@ -255,7 +255,7 @@ class RedisTrib
|
|||||||
@errors <<
|
@errors <<
|
||||||
"[ERR] Not all #{ClusterHashSlots} slots are covered by nodes."
|
"[ERR] Not all #{ClusterHashSlots} slots are covered by nodes."
|
||||||
puts @errors[-1]
|
puts @errors[-1]
|
||||||
fix_slots_covarege if @fix
|
fix_slots_coverage if @fix
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user