redix_pubsub_fastlane v0.1.4 API Reference
Modules
Fastlane pattern based on Redix.PubSub interface
Fastlane Supervisor process. To use simply add it to your Application supervisors:
supervisor(Redix.PubSub.Fastlane.Supervisor, [MyApp.PubSub.Redis, [host: "127.0.0.1",
port: 6379,
pool_size: 5]]),
Or start by hands:
{:ok, _} = Redix.PubSub.Fastlane.Supervisor.start_link(MyApp.PubSub.Redis)