package
2.1.0
Repository: https://github.com/golang-tools/redishelper.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
WithMaxSize 设置最大水位,必须大于0.
WithWarningSize 设置警戒水位,必须大于0.

# Variables

Defaultopt 默认的可选配置.
ErrAlreadyHasHook limiter的指定钩子已经设置过了.
ErrLimiterMaxSizeMustLargerThanWaringSize limiter的最大容量必须大于警戒容量.

# Structs

LimiterABC 分布式限制器公用组件.
Options broker的配置.

# Interfaces

LimiterInterface 限制器接口.

# Type aliases

钩子函数@params res int64 当前水位@params maxsize int64 最大水位.