go-loco / gr

Redis 3 Client for Go (Golang)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gr

GoDoc License

A Go (Golang) Redis 3.2 Client that aims to be EASY to use, and supports:

  • Transparent Connection Pooling
  • Pipelining
  • Transactions
  • Cluster Suppport
  • Sentinel Support
  • Support all 3.2 commands:
    • Cluster
    • Connection
    • Geo (Redis 3.2)
    • Hashes
    • HyperLogLog
    • Keys
    • Lists
    • Pub/sub
    • Scripting
    • Server
    • Sets
    • SortedSets
    • Strings
    • Transactions

#Testing Create 3 redis servers

  • redis-server
  • redis-server --port 6780 --slaveof localhost 6379
  • redis-server --port 7000

Run go test -cover

About

Redis 3 Client for Go (Golang)

License:MIT License


Languages

Language:Go 100.0%