redis

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cache

type Cache struct {
	// contains filtered or unexported fields
}

func NewCache

func NewCache(c *redis.Client, wt time.Duration, rt time.Duration) *Cache

func (*Cache) GetCounter

func (c *Cache) GetCounter(keyId string, rateLimitUnit key.TimeUnit) (int64, error)

func (*Cache) IncrementCounter

func (c *Cache) IncrementCounter(keyId string, timeUnit key.TimeUnit, incr int64) error

type Store

type Store struct {
	// contains filtered or unexported fields
}

func NewStore

func NewStore(c *redis.Client, wt time.Duration, rt time.Duration) *Store

func (*Store) DeleteCounter

func (s *Store) DeleteCounter(keyId string) error

func (*Store) GetCounter

func (s *Store) GetCounter(keyId string) (int64, error)

func (*Store) IncrementCounter

func (s *Store) IncrementCounter(keyId string, incr int64) error

Jump to

Keyboard shortcuts

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