Skip to content
/ redis Public

golang redis client / go语言实现的redis客户端

License

Notifications You must be signed in to change notification settings

chyroc/redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redis

golang redis client / go语言实现的redis客户端

Build Status codecov

godoc文档

TODO

  • connect
  • key
  • string
  • hash
  • list
  • set
  • sorted set
  • hyper log log
  • geo
  • pub / sub
  • transaction
  • script
  • server

test

run redis

docker run -p 6379:6379 -d redis # instance 1
docker run -p 7777:6379 -d redis # instance 2

run test

./test.sh

About

golang redis client / go语言实现的redis客户端

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published