go-redis / redismock

Redis client Mock
https://redis.uptrace.dev
BSD 2-Clause "Simplified" License
272 stars 59 forks source link

How to mock getDel #41

Closed trmendes closed 1 year ago

trmendes commented 1 year ago

First of all thanks for your work.

I have been using your lib and it work pretty good but now I have one function using the GetDel from "github.com/go-redis/redis/v8" and I can't find any mock.ExpectGetDel or something similar.

How to mock the getDel response?

Best regards