redis-migration icon indicating copy to clipboard operation
redis-migration copied to clipboard

Using LPOP leads to removing list elements in the old Redis.

Open huantt opened this issue 10 months ago • 0 comments

You're using LPOP that leads to removing list elements in the old Redis.

Consider using LRANGE instead

huantt avatar Oct 19 '23 06:10 huantt