Structure
Application.Redis.Sessions
struct Sessions
Topics
Instance Methods
func makeDriver() -> some SessionDriverFactory method that creates a new Redis Session driver with the default delegate.func makeDriver<Delegate>(delegate: Delegate) -> some SessionDriverFactory method that creates a new Redis Sessions driver with the provided delegate.