-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
When creating a new cache connection in Lucee, only the Redis Sentinel option has the ability to set a namespace for the cache. When selecting "Redis driver" to use a non-Sentinel instance, all keys have the same (blank) namespace.
All of our caches are defined separately (object, template, query, resource, etc) and use the same Redis server, and I doubt this is a unique case. The major side-effect of this is that clearing any of the caches clears all of them (including the caches for client and session storage).
Is the "namespace" field just missing from the GUI or is it missing from the driver? Just curious if it would be possible to add the namespace by editing the lucee-[server|web].xml file that defines the caches.
DiscountDarcy and MrHexagon
Metadata
Metadata
Assignees
Labels
No labels