Contribute Media
A thank you to everyone who makes this possible: Read More

Make API Calls Wicked Fast with Redis

Summary

Sure, your API calls may be fast. But could they be faster? Redis is a wonderful tool that can be used as a cache API responses. By implementing API caching, you can avoid hitting rate limits and/or reduce the load on your database, resulting in better performance for your web app.

Details

Improve this page