• vollnhals's avatar
    Respect the configured redis URL when initializing the session store · 67c18aa9
    vollnhals authored
    It was not possible to start Gitlab with a redis server running on another host or port. Every other subsystem that uses redis respects the settings in config/resque.yml.
    
    This patch uses the configured url from the cache_store configuration.
    The cache_store configuration already loads the correct redis url from config/resque.yml.
    
    Closes #5406
    67c18aa9
session_store.rb 493 Bytes