Versions in this module Expand all Collapse all v1 v1.0.1 Oct 7, 2021 Changes in this version + func New(c *Config) (limiter.Store, error) + func NewWithPool(c *Config, pool *redis.Pool) (limiter.Store, error) + type Config struct + Dial func() (redis.Conn, error) + Interval time.Duration + Tokens uint64