pnxtech / hydra

A light-weight library for building distributed applications such as microservices

Home Page:https://www.hydramicroservice.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert redis.createClient calls to client.duplicate

cjus opened this issue · comments

In Hydra, channel messages are created using new Redis client - we should be able to duplicate (clone) the existing Redis client whereby consolidating reconnection handling.