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 using Laravel Pennant in a distributed environment, the current in memory solution results in wasted computation/memory per server while the database driver incurs database queries per request putting undue load on a critical resource.
Native Redis driver support would allow higher request volume and a central source of truth for a distributed system. This support could have the benefit of being a drop in enhancement for Pennant In Memory Cache allowing the Pennant package to introduce an external Memory Database enhancement.
While some packages exist, having this as a core element to Pennant would be more compelling.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
When using Laravel Pennant in a distributed environment, the current in memory solution results in wasted computation/memory per server while the database driver incurs database queries per request putting undue load on a critical resource.
Native Redis driver support would allow higher request volume and a central source of truth for a distributed system. This support could have the benefit of being a drop in enhancement for Pennant In Memory Cache allowing the Pennant package to introduce an external Memory Database enhancement.
While some packages exist, having this as a core element to Pennant would be more compelling.
Beta Was this translation helpful? Give feedback.
All reactions