Allows websocket connections through redis pub/sub.
Constructors
new
Establish subscribe and publish connections to Redis
SourceInstance methods
on_message(topic_path, listener)
Add a redis subscriber with topic topic_path
Sourcepublish(topic_path, client_socket, message)
Publish the message to the redis publisher with topic topic_path
Source