ichubredis

package
v1.0.202 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: MulanPSL-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const DEFAULT_ExpireTime = time.Second * 60 * 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 NewIchubRedisClient added in v1.0.90

func NewIchubRedisClient() *IchubRedisClient

func (*IchubRedisClient) Get added in v1.0.90

func (this *IchubRedisClient) Get(key string, out any)

func (*IchubRedisClient) GetKey

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

func (*IchubRedisClient) GetKeyInt32

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

func (*IchubRedisClient) GetKeyInt64

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

func (*IchubRedisClient) GetKeyString added in v1.0.41

func (this *IchubRedisClient) GetKeyString(key string) string

func (*IchubRedisClient) Open

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

func (*IchubRedisClient) RedisClientDto

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

func (*IchubRedisClient) Set added in v1.0.91

func (this *IchubRedisClient) Set(key string, In any)

func (*IchubRedisClient) SetKey

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

func (*IchubRedisClient) SetKeyInt32

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

func (*IchubRedisClient) SetKeyInt64

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

func (*IchubRedisClient) SetKeyTimeout added in v1.0.27

func (this *IchubRedisClient) SetKeyTimeout(key string, value any, timeout time.Duration) *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