# File lib/redis/distributed.rb, line 159
    def move(key, db)
      node_for(key).move(key, db)
    end