Built out logout procedure.
This commit is contained in:
parent
29987e8640
commit
74257193f1
4 changed files with 60 additions and 5 deletions
|
@ -85,6 +85,16 @@ class RedisModel extends Object
|
|||
switch ($base)
|
||||
{
|
||||
case 'set':
|
||||
if (isset($arguments[1]))
|
||||
{
|
||||
$arguments = $arguments[1];
|
||||
}
|
||||
else
|
||||
{
|
||||
$key = $this->key(substr($name, 3));
|
||||
var_dump($key, $arguments);
|
||||
}
|
||||
|
||||
$arguments = array($key, $arguments[1]);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue