class Redis::Distributed

def move(key, db)

Move a key to another database.
def move(key, db)
  node_for(key).move(key, db)
end