Skip to content

Namespace option missing from Redis standalone #6

@asimonsWV

Description

@asimonsWV

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions