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
minor #57326 [Cache] Don't use LazyProxyTrait in redis proxies (nicolas-grekas)
This PR was merged into the 7.2 branch.
Discussion
----------
[Cache] Don't use LazyProxyTrait in redis proxies
| Q | A
| ------------- | ---
| Branch? | 7.2
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Making things a bit simpler.
Forwarding dynamic properties to the real instance is the only benefit of using LazyProxyTrait here, and this has no use cases.
Commits
-------
7fc68c9 [Cache] Don't use LazyProxyTrait in redis proxies
0 commit comments