Commit dc53a683 authored by liuyuzhen's avatar liuyuzhen

测试数据

parent 40acfd02
......@@ -72,6 +72,7 @@ class SessionRedisModel extends \Redis\Db0\AbstractModel {
}
public function delSessionKey($key){
\Our\Log::getInstance()->write($this->calcKey($key));
return $this->getRedis()->del($this->calcKey($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