redismock
redismock copied to clipboard
Support for (B)LMove
go-redis v8.8.1 introduced (B)LMove
- which introduced the depreciation of (B)RPopLPush
in favor of (B)LMove src dests RIGHT LEFT
.
It seems redismock doesn't support testing on those methods yet 😞
Anybody working on this?
Anybody working on this?
See https://github.com/go-redis/redismock/pull/18 :)