cache

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2023 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRedis

func NewRedis() (redis.UniversalClient, error)

NewRedis Initialize redis connection.

Types

type TokenCacheRedis

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

func NewTokenInterface

func NewTokenInterface(rdb redis.UniversalClient) *TokenCacheRedis

func (*TokenCacheRedis) AddTokenFlag

func (t *TokenCacheRedis) AddTokenFlag(ctx context.Context, userID string, token string, flag int) error

func (*TokenCacheRedis) GetTokensWithoutError

func (t *TokenCacheRedis) GetTokensWithoutError(ctx context.Context, userID string) (map[string]int32, error)

type TokenInterface

type TokenInterface interface {
	AddTokenFlag(ctx context.Context, userID string, token string, flag int) error
	GetTokensWithoutError(ctx context.Context, userID string) (map[string]int32, error)
}

Jump to

Keyboard shortcuts

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