Open Goldziher opened 1 year ago
This is caused by a new release of go-redis which was released yesterday.
By downgrading to v9.1.0
the issue is fixed, however an update to redismock would be nice.
I added a PR to address this: https://github.com/go-redis/redismock/pull/84/files . This is my first contribution, so excuse me if I missed anything.
Hi there,
Given the following dependencies (from go.mod):
I get this issue:
I am executing the following test: