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
When implementing my own cache interface which uses Redis, it provides (forces) it's own key, instead of allowing the developer the option of setting their own key. This could be useful in that multiple web apps sharing the same Redis cluster/server do not have to worry about processing the wrong data.
When implementing my own cache interface which uses Redis, it provides (forces) it's own key, instead of allowing the developer the option of setting their own key. This could be useful in that multiple web apps sharing the same Redis cluster/server do not have to worry about processing the wrong data.
This is what I'm referring to: https://github.com/thephpleague/route/blob/5.x/src/Cache/Router.php#L22
The text was updated successfully, but these errors were encountered: