elliotchance / redismock

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

adaptations for go-redis/v7 #16

Closed johannesvietze closed 4 years ago

johannesvietze commented 4 years ago

Hi Elliot,

go-redis has a new major release (v7). I've adapted redismock to reflect some of those changes. There are 4 TODOS left, where I wasn't sure what to do - could you kindly have a look?

This will probably require a new major version, as there are incompatible signature changes.

Regards Johannes


This change is Reviewable

elliotchance commented 4 years ago

Hi @warijo I'm happy to accept this and make it a new version once complete.

trancee commented 4 years ago

@elliotchance Looking forward to it.