-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapenhancement
Description
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
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapenhancement