# File lib/redis.rb, line 462
  def scard(key)
    synchronize do
      @client.call [:scard, key]
    end
  end