cunla / fakeredis-py

Implementation of Redis in python without having a Redis server running. Fully compatible with using redis-py.
https://fakeredis.moransoftware.ca/
BSD 3-Clause "New" or "Revised" License
298 stars 48 forks source link

Implement support for `SSUBSCRIBE` (pubsub command) #199

Closed cunla closed 1 year ago

cunla commented 1 year ago

Implement support for command SSUBSCRIBE in pubsub_mixin.py.

Listens for messages published to shard channels..

Here is the Official documentation