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