示例#1
0
文件: ListType.php 项目: ig-hit/redis
 /**
  * @param $key
  * @return string
  */
 public function shift($key)
 {
     return $this->client->lPop($key);
 }