Closed johannesvietze closed 4 years ago
Could you please enhance the readme with examples for functions other than Ping()?
Ping()
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
👍 thanks
Could you please enhance the readme with examples for functions other than
Ping()
?