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 had an use case where I wanted to store array as a value and later push/pop some items.
I think it would make sense to add methods like push, pop, unshift, etc, to work with array values directly from cache object, instead of getting the value, manipulating and then putting it back in cache.
I would like to discuss this in more details and send a PR if you think this will be useful in general.
The text was updated successfully, but these errors were encountered:
I had an use case where I wanted to store array as a value and later push/pop some items.
I think it would make sense to add methods like
push
,pop
,unshift
, etc, to work with array values directly fromcache
object, instead of getting the value, manipulating and then putting it back in cache.I would like to discuss this in more details and send a PR if you think this will be useful in general.
The text was updated successfully, but these errors were encountered: