filmov
tv
How to Build a Redis Module for an AWS SQS-like API Using Python

Показать описание
This is a Redis module (using RedisGears) that provides an AWS SQS-like API on top of Redis. It provides you with 3 basic commands to interact with queues. There are a set of commands in the Makefile which will help you run and install this library locally. To be able to run this on your Redis server, you need to make sure the RedisGears module is loaded on that Redis server.
Visibility timeout includes:
- inFlight visibility
- Dead letter queues
- Message handle
Technology Stack:
- Python
Redis Modules used:
- RedisGears
--
Links: