Beispiel #1
0
 /**
  *
  * @param type $id
  * @return Session_RedisHash 
  */
 protected function _rename($id)
 {
     if ($this->_rediska->exists($this->_id)) {
         $this->_rediska->rename($this->_id, $id);
     }
     return $this;
 }