The next extension for the Redis challenge is now live: Lists.
Redis lists enable you to implement stacks, queues, or task queues for background processing.
By the end of this extension, your Redis server will support commands like:
RPUSH
/LPUSH
LRANGE
LLEN
LPOP
/BLPOP
Here’s the stage breakdown:
Please give this a try and let us know how it can be improved! @UdeshyaDhungana (author of this extension) and I will be available here to help out with any tester or instruction-related issues.