ichubredis

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2024 License: MulanPSL-2.0 Imports: 5 Imported by: 2

Documentation

Index

Constants

View Source
const ExpireTime = 1000000 * 10
View Source
const PREKEY_USER = "user::"

Variables

This section is empty.

Functions

This section is empty.

Types

type IchubRedisClient

type IchubRedisClient struct {
	Client *redis.Client `json:"-"`
	// contains filtered or unexported fields
}
var RedisInst *IchubRedisClient

func NewIchubRedis

func NewIchubRedis() *IchubRedisClient

func (*IchubRedisClient) GetKey

func (this *IchubRedisClient) GetKey(key string) any

func (*IchubRedisClient) GetKeyInt32

func (this *IchubRedisClient) GetKeyInt32(key int32) any

func (*IchubRedisClient) GetKeyInt64

func (this *IchubRedisClient) GetKeyInt64(key int64) any

func (*IchubRedisClient) Open

func (this *IchubRedisClient) Open() *redis.Client

func (*IchubRedisClient) RedisClientDto

func (this *IchubRedisClient) RedisClientDto() *baseconfig.RedisClientDto

func (*IchubRedisClient) SetKey

func (this *IchubRedisClient) SetKey(key string, value any) *redis.Client

func (*IchubRedisClient) SetKeyInt32

func (this *IchubRedisClient) SetKeyInt32(key int32, value any) *redis.Client

func (*IchubRedisClient) SetKeyInt64

func (this *IchubRedisClient) SetKeyInt64(key int64, value any) *redis.Client

func (*IchubRedisClient) SetRedisClientDto

func (this *IchubRedisClient) SetRedisClientDto(redisClientDto *baseconfig.RedisClientDto)

Jump to

Keyboard shortcuts

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