Categorygithub.com/fmyxyz/go-redis-plus
repositorypackage
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