Which is faster, redis LPUSH or RPUSH?

Viewed 5976

I'm flexible for my application architecture in that I can use a queue or a stack. Is there a performance benefit to using either LPUSH or RPUSH?

1 Answers
Related