Commit 6279e690 authored by wwccw0591's avatar wwccw0591

pc

parent 2b25a5c1
......@@ -62,9 +62,9 @@ class SessionRedisModel extends \Redis\Db0\AbstractModel {
}
public function delSessionKey($key){
\Our\Log::getInstance()->write($this->calcKey($key));
//\Our\Log::getInstance()->write($this->calcKey($key));
$key=trim($key);
return $this->getRedis()->del($this->calcKey($key));
return $this->getRedis()->delete($this->calcKey($key));
}
public function getSessionKey($key){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment