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
A terribly handy feature of the Ortus Redis connector is the ability to specify a cache prefix on a per-cache basis. The use case here is if we have several instances of an application and we want some cache data shared between them (in which case we'd use the same or no prefix) and other cache data to be unique to the instance.
This would be specified in the custom properties for the cache definition in Application.cfc (and Lucee admin, though we do all this stuff in Application.cfc).
The text was updated successfully, but these errors were encountered:
I would want the cache prefix very much.
Currently the caches are mixed up between my two applications.
Is there another way to solve it except having two Redis databases?
A terribly handy feature of the Ortus Redis connector is the ability to specify a cache prefix on a per-cache basis. The use case here is if we have several instances of an application and we want some cache data shared between them (in which case we'd use the same or no prefix) and other cache data to be unique to the instance.
This would be specified in the
custom
properties for the cache definition in Application.cfc (and Lucee admin, though we do all this stuff in Application.cfc).The text was updated successfully, but these errors were encountered: