Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
MKCLOS
Core Development Platform
corepkgv2
Commits
a023f388
Commit
a023f388
authored
4 years ago
by
Akshay Bharambe
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Typo
parent
6a15c664
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!173
Mep release19032020
,
!170
Add: Functionality to call session manager from bls.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sessionmanagermdl/sessionmanager.go
+1
-1
sessionmanagermdl/sessionmanager.go
with
1 addition
and
1 deletion
sessionmanagermdl/sessionmanager.go
+
1
−
1
View file @
a023f388
...
...
@@ -89,7 +89,7 @@ func Store(key string, entry Entry) {
// if session manager uses redis cache, the data field (gjson.Result) is saved as is.
// This adds irrelevant fields in redis cache and we get them on retrieve operation.
// The followin
f
operation needs to be performed so tha
r
the data is marshaled correctly. Redis only accepts []byte{}.
// The followin
g
operation needs to be performed so tha
t
the data is marshaled correctly. Redis only accepts []byte{}.
if
store
.
Type
()
==
cachemdl
.
TypeRedisCache
{
store
.
SetWithExpiration
(
key
,
NewRedisEntry
(
entry
),
duration
)
return
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets