yap-studios / jimmy

Redigo wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jimmy

Higher-level wrapper for Redigo.

Dependencies

Just Redigo.

Testing

Testing requires Ginkgo and Gomega: go get github.com/onsi/ginkgo github.com/onsi/gomega.

You’ll need Ginkgo installed so you can run the ginkgo tool: go install github.com/onsi/ginkgo. (And make sure $GOPATH/bin is in your $PATH.)

You’ll also need Redis running locally and accessible at localhost:6379.

Warning: running the tests will ERASE all keys in database 10 in your local Redis.

To run the tests just run ginkgo.

About

Redigo wrapper

License:MIT License


Languages

Language:Go 100.0%