mirror of
https://github.com/astaxie/beego.git
synced 2025-06-11 05:30:39 +00:00
fix #576
This commit is contained in:
@ -44,7 +44,6 @@ func (rs *RedisSessionStore) Get(key interface{}) interface{} {
|
||||
} else {
|
||||
return nil
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
// delete value in redis session
|
||||
|
Reference in New Issue
Block a user