basic-redis-chat-app-demo-python
basic-redis-chat-app-demo-python copied to clipboard
Redis chat demo app written in Python
``` (.venv) ➜ chat git:(master) ✗ pip install -r requirements.txt ... fatal error: too many errors emitted, stopping now [-ferror-limit=] 1 warning and 20 errors generated. error: command '/usr/bin/clang' failed...
This pull request introduces a fully automated CI/CD pipeline for the project, aimed at streamlining the build, test, and deployment processes. Key Changes: Continuous Integration: Configured GitHub Actions pipeline to...