I google it and found two solution:
CLUSTER FORGET
(http://redis.io/commands/cluster-forget)redis-trib.rb del-node
I think CLUSTER FORGET
" is the right way to do.
But I really want to know the details about redis-trib.rb del-node
.
Can someone explain the difference between them?