package calculon-redis

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val make_plugin : ?prefix:string -> ?host:string -> ?port:int -> unit -> Calculon.Plugin.t

Create a plugin that will connect to a redis instance on the given host:port and use prefix:received and prefix:send for communicating messages via redis pub/sub.

  • parameter prefix

    (default "irc") prefix for channel names