Redis Queuing Prototype
Simulate a Queue using Redis as the database.
Dockerfile.
apt update -y
apt upgrade -y
apt install redis-server -y
maxmemory 256mb
maxmemory-policy allkeys-lru
redis-cli info
redis-cli info stats
redis-cli info server
RQ Redis Queue is a simple Python library for queueing jobs and processing them in the background with workers. It is backed by Redis and it is designed to have a low barrier to entry. It can be integrated in your web stack easily.
https://python-rq.org/
Lightweight queue based on golang and redis
https://developpaper.com/lightweight-queue-based-on-golang-and-redis/
Python Pub/Sub redis-pub-sub-with-python
redis-pubsub-and-message-queueing
pstools-getting-set-up-windows
(c). Copyright 2021, Ray C Horn, All Rights Reserved.