elliotchance / redismock

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

Add support for `ClusterGetKeysInSlot` command #6

Closed supernan1994 closed 5 years ago

supernan1994 commented 5 years ago

What I see:

./token_test.go:92:26: cannot use m (type *redismock.ClientMock) as type redis.Cmdable in field value:
    *redismock.ClientMock does not implement redis.Cmdable (missing ClusterGetKeysInSlot method)

What is changed:

Add support for latest version of go-redis.


This change is Reviewable

supernan1994 commented 5 years ago

@elliotchance PTAL

elliotchance commented 5 years ago

Thanks! 😄

supernan1994 commented 5 years ago

My pleasure😀