Closed felipeceglia closed 7 years ago
Hello, is it possible to set expiration on a stored while if it is added by update?
Yes. Every time you call store.set(key, val, expiration) the expiration date gets updated.
store.set(key, val, expiration)
Hello, is it possible to set expiration on a stored while if it is added by update?