remove old comment
This commit is contained in:
@@ -45,8 +45,6 @@ func NewRedisStore() *RedisStore {
|
|||||||
return store
|
return store
|
||||||
}
|
}
|
||||||
|
|
||||||
// return rdb.Set(ctx, key, data, 0).Err()
|
|
||||||
|
|
||||||
func (m *RedisStore) Create(sessionID string, session *SessionData) (err error) {
|
func (m *RedisStore) Create(sessionID string, session *SessionData) (err error) {
|
||||||
hashedSession := RedisHash(sessionID)
|
hashedSession := RedisHash(sessionID)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user