package
1.2.1
Repository: https://github.com/go-zoox/counter.git
Documentation: pkg.go.dev

# Functions

NewMemory creates a new in-memory bucket.
NewRedis creates a new in-Redis bucket.

# Structs

KV is a in-KV bucket.
Memory is a in-memory bucket.
Redis is a in-Redis bucket.
Value is the bucket value.

# Interfaces

Bucket is the butket to store the rate limit.

# Type aliases

RedisConfig is the configuration for Redis.