Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张磊
/
FileStorageBeego
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d0949b64
authored
2014-03-07 16:35:34 +0800
by
Pengfei Xue
Committed by
asta.xie
2014-03-12 15:56:05 +0800
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix issue#521, return error when init redis session
1 parent
d49984d4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
session/sess_redis.go
session/sess_redis.go
View file @
d0949b6
...
...
@@ -129,7 +129,8 @@ func (rp *RedisProvider) SessionInit(maxlifetime int64, savePath string) error {
}
return
c
,
err
},
rp
.
poolsize
)
return
nil
return
rp
.
poollist
.
Get
()
.
Err
()
}
// read redis session by sid
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment