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

Improve server speed with Redis caching #43

Open
CodeWritingCow opened this issue Jun 30, 2019 · 0 comments
Open

Improve server speed with Redis caching #43

CodeWritingCow opened this issue Jun 30, 2019 · 0 comments

Comments

@CodeWritingCow
Copy link
Owner

CodeWritingCow commented Jun 30, 2019

When users search for a restaurant's records, the server should look for those records in the Redis cache first. If the records aren't there, only then would the server send a GET request to the external NYC Open Data API. This decreases the number of HTTP requests sent to the API.

@CodeWritingCow CodeWritingCow changed the title Reduce response time with Redis caching Improve server speed with Redis caching Jun 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant