Skip to content

tiantour/cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cache

opreate redis with go

conf

cache.IP = "your ip default 127.0.0.1"
cache.Port = "your port default :6379"

Hash

cache.NewHash().XYZ()

Set

cache.NewSet().XYZ()

Zset

cache.NewZset().XYZ()

String

cache.NewString().XYZ()

List

cache.NewList().XYZ()

Key

cache.NewKey().XYZ()