You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A space news web portal that caches it's data fetched from API on first hit with predis on Redis Server. Subsequent requests are served from the server-side cache which re-validates after certain interval.
implements Rate limiting logic to database access and API calls using Redis for the purpose between two completely independent websites using API key for authentication, authorization and metering.