package
0.3.5
Repository: https://github.com/khos2ow/ratelimiter.git
Documentation: pkg.go.dev

# Functions

NewInMemory returns new InMemory client.
NewRedis returns new Redis client with provided URL and port and password through CLI options.

# Structs

InMemory holds the options and for with in memory key-value data store.
Options respresents the available options to be passed to data store implementations.
Redis holds the client and options for connecting and working against Redis.

# Interfaces

Store respresents an interface of type of data store which gets implemented in different types, e.g.