mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 09:57:01 +00:00
Fix https://github.com/iris-contrib/community-board/issues/10 and upgrade the minor version number
Former-commit-id: 02f6656aceb890217bfc19688d7f45224df274ec
This commit is contained in:
@@ -57,7 +57,7 @@ func (d *Database) Load(sid string) map[string]interface{} {
|
||||
func serialize(values map[string]interface{}) []byte {
|
||||
val, err := SerializeBytes(values)
|
||||
if err != nil {
|
||||
println("On redisstore.serialize: " + err.Error())
|
||||
return nil
|
||||
}
|
||||
|
||||
return val
|
||||
|
||||
Reference in New Issue
Block a user