Python – Redis – PUBSUB feature and server management



Python – Redis – PUBSUB feature and server management

Python - Redis - PUBSUB feature and server management

This video is about the PUB/SUB feature of redis which allows you create message queues, and it could even be utilized to create a small control center in which the clients perform operations based on the channels they are subscribed to.

Github: https://github.com/r3ap3rpy/python/blob/master/redisser/publisher.py
Github: https://github.com/r3ap3rpy/python/blob/master/redisser/subscriber.py
Patreon: https://www.patreon.com/r3ap3rpy

Comments are closed.