httprateredis

package module
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2023 License: MIT Imports: 5 Imported by: 6

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"`
	Password  string `toml:"password"`   // optional
	DBIndex   int    `toml:"db_index"`   // default 0
	MaxIdle   int    `toml:"max_idle"`   // default 4
	MaxActive int    `toml:"max_active"` // default 8
	Disabled  bool   `toml:"disabled"`   // default false
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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