Versions in this module Expand all Collapse all v1 v1.0.0 Nov 25, 2024 Changes in this version + var RedisClient *redis.Client + func AllowRequest(ctx context.Context, key string, limit int, window time.Duration) (bool, error) + func InitializeRedis(addr, password string, db int) error + func RateLimitMiddleware(limit int, window time.Duration) gin.HandlerFunc