sc-redis
sc-redis copied to clipboard
Redis adapter for SocketCluster
Messages are not being published from redis to socket cluster when running in SCC mode. Example... https://github.com/SocketCluster/scc-broker-client/blob/master/index.js#L135
Hi!! I follow your instructions and result this error when start node [Busy] Launching SocketCluster !! The sc-hot-reboot plugin is watching for code changes in the /prueba/test directory 1543502155503 -...
## Problem I think that the option names for Redis host and port should be renamed to be more Redis specific. When looking at the configuration in your SocketCluster project,...
Hi, I have followed the readme as it is , but not getting any message on my developer console after binging up the server and sending **publish pong 'o:{"a":123, "b":456}'**...
Hey, just implemented this module. As I read in the readme, you should provide the "password" property in the brokerOptions to use AUTH connections. Unfortunately it has to be named...
If i were to publish to directly to redis with the same channel name that i use in socketcluster and my message contains "/" in it, it parses the data...