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
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.
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:
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.
The text was updated successfully, but these errors were encountered: