elliotchance / redismock

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

Fix some called methods signature #24

Closed meysampg closed 3 years ago

meysampg commented 3 years ago

In my last PR, I missed some Called methods to be sync with their called methods. Sorry about this inconsistency and this PR fixes this issue.


This change is Reviewable