Exemple #1
0
 /**
  * @param $key
  * @return string
  */
 public function shift($key)
 {
     return $this->client->lPop($key);
 }