go-redis / redismock

Redis client Mock
https://redis.uptrace.dev
BSD 2-Clause "Simplified" License
272 stars 59 forks source link

Support for (B)LMove #17

Open burgesQ opened 2 years ago

burgesQ commented 2 years ago

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 😞

jsam commented 1 year ago

Anybody working on this?

burgesQ commented 1 year ago

Anybody working on this?

See https://github.com/go-redis/redismock/pull/18 :)