Categorygithub.com/fmyxyz/go-redis-plus
modulepackage
1.1.1
Repository: https://github.com/fmyxyz/go-redis-plus.git
Documentation: pkg.go.dev

# README

go-redis-plus

provide go-redis/redis extend features

Installation

go get github.com/fmyxyz/go-redis-plus@latest

Overview

type mapping:

Actiongolang typeredis type
getstructHash
getmap[string]stringHash
getmap[string]interface{}Hash
getsliceList/Set
getarrayList/Set
getotherString
setstructHash
setmapHash
setsliceList/Set
setarrayList/Set
setotherString

Usage

See: xredis_test.go

Related pojects

# Functions

No description provided by the author
Deprecated: Use NewRedisClient instead.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
Options keeps the settings to setup redis connection.

# Type aliases

No description provided by the author
No description provided by the author