Skip to content

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

delegate

The delegate to use in the Redis sessions driver.