Example #1
0
 /**
  * @param $key
  * @param $atIndex
  * @param $withValue
  * @return bool
  */
 public function replaceElement($key, $atIndex, $withValue)
 {
     return $this->client->lSet($key, $atIndex, $withValue);
 }