class Redis

def zcount(key, start, stop)

def zcount(key, start, stop)
  @client.call(:zcount, key, start, stop)
end