Skip to content
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

Refactor websocket endpoint and add Redis caching for vehicle positions #458

Merged
merged 2 commits into from
Jan 29, 2024

Conversation

albertkun
Copy link
Contributor

This pull request refactors the websocket endpoint handling code and adds Redis caching for vehicle positions. It improves performance by retrieving data from the Redis cache if available, and queries the database only if the data is not in the cache. The data is then stored in the cache for future use.

feat: Redis caching for vehicle positions
Refactor websocket endpoint and add Redis caching for vehicle positions
@albertkun albertkun merged commit 6d8f078 into main Jan 29, 2024
2 checks passed
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