class Nozzle::Handlers::Redis

Defined in:

nozzle/handlers/redis.cr

Constant Summary

Log = ::Log.for(self)

Constructors

Instance Method Summary

Instance methods inherited from class Nozzle::Handlers::Base

on_close : Nil on_close, on_connect : Nil on_connect, on_splash(splash : Events::Splash) : Nil on_splash, on_start : Nil on_start

Constructor Detail

def self.new(url : String) #

[View source]

Instance Method Detail

def on_close : Nil #

Method invoked when Application is going to close.


[View source]
def on_connect : Nil #

Method invoked when Application is going to start.


[View source]
def on_splash(splash : Events::Splash) : Nil #

Method invoked whenever there is new Splash event received.


[View source]
def on_start : Nil #

Method invoked when Listener is connected to PG.


[View source]