node-redis-pubsub
node-redis-pubsub copied to clipboard
redis connection pooling support?
Hi, Is there a connection pooling support for the pubsub ? I tried to use generic pool of redis clients and it does not seem to work..
Want to know how we could get the pubsub working in case the redis connection is lost, without restarting the server.