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