Пример #1
0
 public function write($key, $value, $timeout = 0)
 {
     $this->kvs->write($key, $value, $timeout);
 }