cache

package
v0.1.10 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2024 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 CacheClient

type CacheClient struct {
	Connection goredis.UniversalClient
}

func CreateNewRedisClient

func CreateNewRedisClient() *CacheClient

func (*CacheClient) ClusterNodes

func (c *CacheClient) ClusterNodes() *goredis.StringCmd

func (*CacheClient) Get

func (c *CacheClient) Get(key string) *goredis.StringCmd

func (*CacheClient) Info

func (c *CacheClient) Info() *goredis.StringCmd

func (*CacheClient) Set

func (c *CacheClient) Set(key, value string) *goredis.StatusCmd

Jump to

Keyboard shortcuts

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