Skip to content

Repository files navigation

Python Redis Sample 1

Table of Contents

About

Redis Queuing Prototype

Getting Started

Simulate a Queue using Redis as the database.

Prerequisites

Dockerfile.

apt update -y
apt upgrade -y
apt install redis-server -y

/etc/redis/redis.conf

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/

GO

Lightweight queue based on golang and redis

https://developpaper.com/lightweight-queue-based-on-golang-and-redis/

GO

RMQ

GO

go-redis-queue

GO non-redis

bee-queue

Redis Pub/Sub

Python Samples

redis-pubsub-and-message-queueing

Amazon ECR

install-cliv2-linux

pstools-getting-set-up-windows

(c). Copyright 2021, Ray C Horn, All Rights Reserved.

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages