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