An open API service indexing awesome lists of open source software.

https://github.com/manimozaffar/typed-redis

Fully typed redis pub-sub example with aioclock
https://github.com/manimozaffar/typed-redis

Last synced: 11 days ago
JSON representation

Fully typed redis pub-sub example with aioclock

Awesome Lists containing this project

README

        

# typed-redis

This project simply demonstrate how you can write fully typed safe code for any distributed pub-sub pattern.
For this example, I used redis. You can apply same rule, to kafka, rabbitmq or other brokers as well :)
Check the `scripts/pub.py` and `scripts/sub.py` to see the use cases. and to setup the project, install rye, then run `rye sync`.