Esempio n. 1
0
 /**
  *
  * @param string $key
  * @return Session_RedisHash 
  */
 public function delete($key)
 {
     $this->_rediska->deleteFromHash($this->id(), $key);
     return $this;
 }