예제 #1
0
파일: StringType.php 프로젝트: ig-hit/redis
 /**
  * @param $key
  * @param $value
  * @return mixed
  */
 public function replace($key, $value)
 {
     return $this->client->getSet($key, $value);
 }