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