# File lib/redis.rb, line 1224
  def sinter(*keys)
    synchronize do |client|
      client.call [:sinter, *keys]
    end
  end