-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
hey there,
i'm using requestify with the redis cache function. Im caching file.php?somekey=somevalue and my problem is now. The redis keys doesn't expire. The caching work great, but now i got alot of dead redis keys.
Something like:
cache: {
cache: true,
expires: 60 * 1000,
remove: 60 * 60 * 1000
}
I mean we could just use redis.setex instead of redis.set
Maybe there is function like this already, but i didn't found it.
Metadata
Metadata
Assignees
Labels
No labels