コード例 #1
0
 public function getNumValuesInList($key)
 {
     $this->connectIfNeeded();
     return $this->redis->lLen($key);
 }