Versions in this module Expand all Collapse all v0 v0.1.0 Jun 2, 2025 Changes in this version + type Config struct + Addr string + Database int + KeyPrefix string + Password string + Username string + type Store struct + func NewStore(cfg *Config) *Store + func (s *Store) Check(ctx context.Context, accessToken string) (bool, error) + func (s *Store) Close() error + func (s *Store) Delete(ctx context.Context, accessToken string) (bool, error) + func (s *Store) Set(ctx context.Context, accessToken string, expiration time.Duration) error