Versions in this module Expand all Collapse all v1 v1.0.8 Mar 26, 2024 Changes in this version + type Storage struct + func New(config *config.ConfigData) *Storage + func (s *Storage) Add(key string, count int64) + func (s *Storage) Close() error + func (s *Storage) Get(key string) int64 + func (s *Storage) Init() error + func (s *Storage) Set(key string, count int64)