class Redis::Distributed

def migrate(_key, _options)

Transfer a key from the connected instance to another instance.
def migrate(_key, _options)
  raise CannotDistribute, :migrate
end