class Nozzle::Handlers::Redis
- Nozzle::Handlers::Redis
- Nozzle::Handlers::Base
- Reference
- Object
Defined in:
nozzle/handlers/redis.crConstant Summary
-
Log =
::Log.for(self)
Constructors
Instance Method Summary
-
#on_close : Nil
Method invoked when Application is going to close.
-
#on_connect : Nil
Method invoked when Application is going to start.
-
#on_splash(splash : Events::Splash) : Nil
Method invoked whenever there is new
Splash
event received. -
#on_start : Nil
Method invoked when Listener is connected to PG.
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
Instance Method Detail
def on_splash(splash : Events::Splash) : Nil
#
Method invoked whenever there is new Splash
event received.