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'm probably just missing something here, but why does lookup return a Delay? It's pretty frustrating to need to check delay? or force just for crache when other core.cache backends don't return Delays.
The text was updated successfully, but these errors were encountered:
I'm afraid that this was an oversight on my part- the delay were at one time optional (so that you could ask for a lookup before you needed, potentially an optimization), but I did not intend to return delays exclusively. I think this was brought in by #7, which included several other changes that seem to work well. I'm a bit busy at the moment, but I would accept a PR to re-add the option for delays.
I'm probably just missing something here, but why does lookup return a Delay? It's pretty frustrating to need to check delay? or force just for crache when other core.cache backends don't return Delays.
The text was updated successfully, but these errors were encountered: