memstore

package
v0.0.0-...-202847b Latest Latest
Warning

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

Go to latest
Published: Jan 1, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const OptionName = `memstore`

OptionName identifies this package within the register of the backendratelimit.Backend type.

Variables

This section is empty.

Functions

func NewOptionFactory

func NewOptionFactory(burst, requests cfgmodel.Int, duration cfgmodel.Str, gcraMaxMemoryKeys cfgmodel.Int) (optionName string, _ ratelimit.OptionFactoryFunc)

NewOptionFactory creates a new option factory function for the memstore in the backend package to be used for automatic scope based configuration initialization. Configuration values are read from package backendratelimit.Configuration.

func WithGCRA

func WithGCRA(maxKeys int, duration rune, requests, burst int, scopeIDs ...scope.TypeID) ratelimit.Option

WithGCRA creates a memory based GCRA rate limiter. Duration: (s second,i minute,h hour,d day). GCRA => https://en.wikipedia.org/wiki/Generic_cell_rate_algorithm This function implements a debug log.

Types

This section is empty.

Jump to

Keyboard shortcuts

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