calculon-redis
A redis plugin for Calculon
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library calculon-redis
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.