예제 #1
0
 public function pop($queue)
 {
     return $this->redis->lPop($queue);
 }