go-redis v8.8.1 introduced [`(B)LMove`](https://pkg.go.dev/github.com/go-redis/redis/v8#Client.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 😞