package api import "github.com/boj/redistore" const ( UpSessionKey = "bit4sat-up" DlSessionKey = "bit4sat-dl" ) var ( SessionStore *redistore.RediStore )