Add support for basic lists
Closed this issue · 1 comments
karimsa commented
Similar to redis' simple lists with RPOP
& RPUSH
- can do this easily with LinkedLists in memory. Will be a bit trickier when using in-browser stores, but still possible.
karimsa commented
If we can support proper blocking pops, then mutexes can be queue-based instead of requiring spinning.