elliotchance / redismock

🕋 Mocking Redis in unit tests in Go.
MIT License
147 stars 24 forks source link

Add support for latest version of Redis. Fixes #3 #4

Closed mjcbsn22 closed 5 years ago

mjcbsn22 commented 5 years ago

Changing the source on the go-redis/redis package in Gopkg.toml was not ideal but I had no choice because the owners of the go-redis/redis package have released new methods without tagging a new version.

Fixes #3


This change is Reviewable