httprateredis

package module
v0.0.0-...-5250283 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2022 License: MIT Imports: 4 Imported by: 0

README

httprate-redis

httprate.LimitCounter implementation with Redis backend

See _example/main.go for usage.

LICENSE

MIT

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRedisLimitCounter

func NewRedisLimitCounter(cfg *Config) (httprate.LimitCounter, error)

func WithRedisLimitCounter

func WithRedisLimitCounter(cfg *Config) httprate.Option

Types

type Config

type Config struct {
	Host      string `toml:"host"`
	Port      uint16 `toml:"port"`
	Username  string `toml:"username"`
	Password  string `toml:"password"`
	DBIndex   int    `toml:"db_index"`   // default 0
	MaxIdle   int    `toml:"max_idle"`   // default 4
	MaxActive int    `toml:"max_active"` // default 8
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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