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
hook.datastore.recent is timing out when I call it (I think "COUNT", 100 might be waiting for 100 matches to return?), but I'd still like a way to keep track of all of my keys.
My plan is to store them in a "keys" array. I could do this:
hook.datastore.recent
is timing out when I call it (I think"COUNT", 100
might be waiting for 100 matches to return?), but I'd still like a way to keep track of all of my keys.My plan is to store them in a "keys" array. I could do this:
but it'd be easier/faster/more efficient for me to do this:
The text was updated successfully, but these errors were encountered: