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