redisSlideWindow

package
v0.0.0-...-88259fe Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 29, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRedisSlidingWindowLimit

func NewRedisSlidingWindowLimit(cmd redis.Cmdable,
	interval time.Duration, rate int) ratelimit.Limiter

Types

type RedisSlidingWindowLimiter

type RedisSlidingWindowLimiter struct {
	// contains filtered or unexported fields
}

RedisSlidingWindowLimiter Redis 上的滑动窗口算法限流器实现

func (*RedisSlidingWindowLimiter) Limit

func (r *RedisSlidingWindowLimiter) Limit(ctx context.Context, key string) (bool, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL