Method: Redis::Distributed#migrate

Defined in:
lib/redis/distributed.rb

#migrate(_key, _options) ⇒ Object

Transfer a key from the connected instance to another instance.

Raises:



174
175
176
# File 'lib/redis/distributed.rb', line 174

def migrate(_key, _options)
  raise CannotDistribute, :migrate
end