0.1.1.0 (2023-05-18) Redis
Propan added support for Redis Pub/Sub as a message broker. This functionality is fully tested and described in the documentation.
RedisBroker supports:
- message delivery by key or pattern
- test client, without the need to run Redis
- RPC requests over Redis Pub/Sub
- FastAPI Plugin
Also, Propan CLI is able to generate templates to any supported broker
propan create async [broker] [APPNAME]