ended7월 24일· 1 sources

Redis Lists and Simple Queues

Why it matters

A Redis list is an ordered sequence of strings you push and pop from either end. That simple shape makes it the natural fit for two common needs: a queue where producers add work and consumers take it...

1
Sources
+0
24h
Growth
59d
Active

Sources

Related Issues