Method: Redis::Distributed#migrate
- Defined in:
- lib/redis/distributed.rb
#migrate(_key, _options) ⇒ Object
Transfer a key from the connected instance to another instance.
174 175 176 |
# File 'lib/redis/distributed.rb', line 174 def migrate(_key, ) raise CannotDistribute, :migrate end |