remove old comment

This commit is contained in:
Gregory Wells
2026-06-08 17:47:31 -04:00
parent 4474986909
commit efdf9fdade
-2
View File
@@ -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)