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 have been using this libray for a while now. but now i want to set my own ttl in set method i:e not using session maxage but there is no support for it in your libray. i have tried some code and seems to be working. i also have tried to update the same on the repo but not authorised. please have a look on the code
I'm happy to add this as an option but I'm never a fan of the optional arguments after the callback fn. I'd rather add a second function like setTTL or setex - more like how redis does it.
hi,
i have been using this libray for a while now. but now i want to set my own ttl in set method i:e not using session maxage but there is no support for it in your libray. i have tried some code and seems to be working. i also have tried to update the same on the repo but not authorised. please have a look on the code
The text was updated successfully, but these errors were encountered: