Redis Sessions Redis-based sessions implementation. Example use web\session\{Sessions, InRedis}; $inject->bind(Sessions::class, new InRedis('redis://localhost')); To use authentication, pass it as username in the connection string, e.g. redis://secret@localhost.