rediscache

package
v0.3.11-rc3 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RedisCache

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

func NewRedisCache

func NewRedisCache(redisDb redisdb.RedisDB, opts ...kvcachehelper.CacheOptions) *RedisCache

func (*RedisCache) Get

func (c *RedisCache) Get(ctx context.Context, key string) (string, bool)

func (*RedisCache) Remove

func (c *RedisCache) Remove(ctx context.Context, key string) bool

func (*RedisCache) Set

func (c *RedisCache) Set(ctx context.Context, key string, value string)

Jump to

Keyboard shortcuts

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