We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f64d0c commit 571aa8eCopy full SHA for 571aa8e
internal/session/redis.go
@@ -17,10 +17,6 @@ import (
17
func (m *Manager) saveSessionRedis(session *Session) error {
18
ctx := context.Background()
19
20
- /* thread safety for the session */
21
- // session.Mutex.Lock()
22
- // defer session.Mutex.Unlock()
23
-
24
/* session key for redis */
25
key := fmt.Sprintf("session:%s", session.ID)
26
0 commit comments