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