Extended Structure
Application.Sessions.Provider
extension Application.Sessions.Provider
Topics
Type Properties
static var redis: Application.Sessions.ProviderProvides a Redis sessions driver with the default delegate.
Type Methods
static func redis<Delegate>(delegate: Delegate) -> Application.Sessions.ProviderProvides a Redis sessions driver using the provided delegate.