Ejemplo n.º 1
0
 /**
  * @param string $key
  * @return int
  */
 public function zCard($key)
 {
     return $this->_redis->zCard($key);
 }