/** * @param $key string * @param $value int * @param $exptime * @return Mixed */ public function replace($key, $value, $exptime = 0) { return $this->client->replace($this->encodeKey($key), $value, $exptime); }