Type Method
redis(delegate:)
Provides a Redis sessions driver using the provided delegate.
static func redis<Delegate>(delegate: Delegate) -> Application.Sessions.Provider where Delegate : RedisSessionsDelegate
Parameters
delegateThe delegate to use in the Redis sessions driver.