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