Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Namespace option missing from Redis standalone #6

Open
asimonsWV opened this issue Jun 26, 2019 · 2 comments
Open

Namespace option missing from Redis standalone #6

asimonsWV opened this issue Jun 26, 2019 · 2 comments

Comments

@asimonsWV
Copy link

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.

@MordantWastrel
Copy link

@asimonsWV Passing it in as a field in the custom struct for an Application.cfc definition still gets ignored on the standalone driver. The README calls out namespace as being supported but we've never been able to get it to work.

@jamiejackson
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants