Mocking redis server with miniredis fails
Golang newbie here :) I have a redis client wrapper over go-redis and I want to test that it works properly. I have tried using miniredis to mock the redis server I would be connecting to, but I keep getting…