Skip to content

timehop/jimmy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.