DEV Community

Discussion on: Redis for Caching in Node js

Collapse
 
cuongrep profile image
Kane Le • Edited

Instead of app.get('/repos/:username', cache, getRepos),
it should be app.get('/repos/:username', cache, getAllPublicRepos)