示例#1
0
文件: ListType.php 项目: ig-hit/redis
 /**
  * @param $key
  * @param $atIndex
  * @param $withValue
  * @return bool
  */
 public function replaceElement($key, $atIndex, $withValue)
 {
     return $this->client->lSet($key, $atIndex, $withValue);
 }