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