await redis.rpush("source", "a", "b", "c"); const element = await redis.move("source", "destination", "left", "left");
Move an element from one list to another.
Was this page helpful?