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
The cache.set() doesn't work, due to the reason it it has no support for three parameters. The sample code provided however does that. If that is ttl, may be we may want to use .expire(), please look into it.
Hey,
The
cache.set()doesn't work, due to the reason it it has no support for three parameters. The sample code provided however does that. If that isttl, may be we may want to use.expire(), please look into it.