kwhitley / apicache

Simple API-caching middleware for Express/Node.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No data in Redis after the time expires

dattp opened this issue · comments

commented

I config cache in Redis, set time expires: 5 minutes
The first request: data cached in redis. I checked it exists in Resdis. Then 5 minutes of data �deleted in Redis (its true) but, I �request again and didn't see it reappear in Redis. Why?
Thanks for sp!