Documentation
¶
Overview ¶
Package valkey provides the sessionstore.module.valkey module: a session.Repository backed by Valkey, configured by the top-level valkey: config block. It registers itself with the sessionmanager module registry at init time and is loaded by business.Main as a top-level dependency.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct {
*sessionvalkey.Repository
Mod string `yaml:"module"`
Host commoncfg.SourceRef `yaml:"host"`
User commoncfg.SourceRef `yaml:"user"`
Password commoncfg.SourceRef `yaml:"password"`
Prefix string `yaml:"prefix"`
SecretRef commoncfg.SecretRef `yaml:"secretRef"`
// contains filtered or unexported fields
}
Module is the sessionstore.module.valkey module. It owns a Valkey client and exposes a session.Repository backed by it.
func (*Module) Module ¶
func (m *Module) Module() sessionmanager.ModuleInfo
Click to show internal directories.
Click to hide internal directories.