# File lib/redis.rb, line 416
  def move(key, db)
    synchronize do |client|
      client.call [:move, key, db], &_boolify
    end
  end