Error when using the latest version of go-redis/redis:
cannot use newTestRedis() (type *redismock.ClientMock) as type "github.com/go-redis/redis".Cmdable in assignment:
*redismock.ClientMock does not implement "github.com/go-redis/redis".Cmdable (wrong type for Append method)
have Append(string, string) *"github.com/elliotchance/redismock/vendor/github.com/go-redis/redis".IntCmd
want Append(string, string) *"github.com/go-redis/redis".IntCmd
Error when using the latest version of
go-redis/redis
: