# File lib/redis.rb, line 666
  def move(key, db)
    synchronize do
      _bool @client.call [:move, key, db]
    end
  end