elliotchance / redismock

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

Enhance Readme with example for "HSet" #19

Closed johannesvietze closed 4 years ago

johannesvietze commented 4 years ago

Could you please enhance the readme with examples for functions other than Ping()?

elliotchance commented 4 years ago

redismock only bridges the gap between testify mocks and one of the compatible libraries. You should see examples there, for example: https://godoc.org/github.com/go-redis/redis#Client.HSet

johannesvietze commented 4 years ago

👍 thanks