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