Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 678 Bytes

File metadata and controls

21 lines (12 loc) · 678 Bytes

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.