Closed ganadara135 closed 6 years ago
see: https://github.com/viabtc/viabtc_exchange_server/blob/master/marketprice/mp_message.c#L309
you have to set up a redis sentinel and master, and make sure they are accessible to marketprice.exe
the redis sentinel config is here: https://github.com/viabtc/viabtc_exchange_server/blob/master/marketprice/config.json#L30
After I set up 3 sentinel, I works. Thanks a lot.