Skip to content

Support Redis and Memcached as session handler #13148

@J0WI

Description

@J0WI

Is your feature request related to a problem? Please describe.
It would be great to have the ability to set Memcached or Redis as session handler in NextCloud.
This could be a significant performance gain compared to the default file handler.

Describe the solution you'd like
I'd like to have an option similar to the existing ones for file locking. E.g.

'memcache.session' => '\\OC\\Memcache\\Redis'

Describe alternatives you've considered
Up to now you have to configure them manually in PHP:

session.save_handler = redis
session.save_path = "tcp://redis-server"
session.save_handler = memcached
session.save_path = "memcached-server"

Metadata

Metadata

Assignees

No one assigned

    Labels

    0. Needs triagePending check for reproducibility or if it fits our roadmapenhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions