Documentation ¶ Index ¶ type Options type Store func New(opts Options) *Store func (s *Store) Init(cleanStart bool) error func (s *Store) Remove(id packets.PacketID) error func (s *Store) Set(id packets.PacketID) (bool, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Options ¶ type Options struct { ClientID string Pool *redis.Pool } type Store ¶ type Store struct { // contains filtered or unexported fields } func New ¶ func New(opts Options) *Store func (*Store) Init ¶ func (s *Store) Init(cleanStart bool) error func (*Store) Remove ¶ func (s *Store) Remove(id packets.PacketID) error func (*Store) Set ¶ func (s *Store) Set(id packets.PacketID) (bool, error) Source Files ¶ View all Source files redis.go Click to show internal directories. Click to hide internal directories.