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