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

Define custom prefix for Redis and Memcached #43425

Closed
carlitorweb opened this issue May 3, 2024 · 1 comment
Closed

Define custom prefix for Redis and Memcached #43425

carlitorweb opened this issue May 3, 2024 · 1 comment

Comments

@carlitorweb
Copy link
Member

Is your feature request related to a problem? Please describe.

In environments where resources are shared between multiple sites, not being able to define a custom prefix for Redis or Memcache operations causes them to overwrite each other.

Describe the solution you'd like

Add to the configuration file the possibility of defining these prefixes (and we can edit it trought Global Configuration in the administrator page). Currently, for example in the case of the session with Redis, the prefix is set "hardcode"

$memcached = new \Memcached($config->get('session_memcached_server_id', 'joomla_cms'));

@carlitorweb
Copy link
Member Author

Moving the issue to discussion section

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

No branches or pull requests

3 participants