Migrate session from memcached to redis without logging users out in laravel
We're using Memcached to store Laravel's cookie-based session at the moment but want to use Redis throughout for session and cache for consistency. Is there a way to migrate all user sessions from Memcached to Redis without logging out the…