Packages

The Redis Plug.Session adapter for the Phoenix framework.

Current section

Files

Jump to
redis_session_plug lib plug_session_redis worker.ex
Raw

lib/plug_session_redis/worker.ex

defmodule PlugSessionRedis.Worker do
@spec start_link({module, Keyword.t()}) :: {:ok, pid}
def start_link({module, params}) do
module.start_link(:undefined, params)
end
end