Skip to content

Update app for Python 3.12.3 and redis 6.1.0 #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ormike
Copy link

@ormike ormike commented May 31, 2025

Kyle and Loris, your book on Redis Microservices was really important to me. There was so much in the book and the code example for me to learn. Updating the code to recent versions of Python3 and Redis was a great way to hammer in the concepts of microservices as well as asyncio and redis. I was especially intrigued by the idea of having multiple loosely coupled microservices driven from the same event stream, each one storing only what it needs in its own private database.

I have seen a number of difficult microservices architectures, with AWS EventBridge/Lambdas among the hardest to manage. I'm looking forward to hanging my new project off of Redis streams. I think that will be more resilient and maintainable than what I have seen before, with simple independent scaling for each microservice as you suggested in the book.

Anyway here is my contribution to the project. Thanks for considering it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant