elliotchance / redismock

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

update redis and testify to new version #38

Closed lilien1010 closed 3 years ago

lilien1010 commented 3 years ago

fix https://github.com/elliotchance/redismock/issues/37 and support redis ScanType Accomplish it in a better way like owner mentioned here


This change is Reviewable

lilien1010 commented 3 years ago

once this is merged , need new tag for this commit

lilien1010 commented 3 years ago

@elliotchance need your review here

lilien1010 commented 3 years ago

@elliotchance also can you create a new tag version base on this PR when you have time?. our project is reply on this awesome project and it blocked our CI

elliotchance commented 3 years ago

@lilien1010 - https://github.com/elliotchance/redismock/releases/tag/v8.6.1

lilien1010 commented 3 years ago

@elliotchance thanks a lot