Exemple #1
0
 /**
  *
  * @param string $key
  * @param mixed $value
  * @return Kohana_Session_RedisHash 
  */
 public function set($key, $value)
 {
     $this->_rediska->setToHash($this->id(), $key, $value);
     return $this;
 }