prometheus_client_php
prometheus_client_php copied to clipboard
Redis: CROSSSLOT Keys in request don't hash to the same slot
Hey, When I use redis on cluster mode, I've received this error: CROSSSLOT Keys in request don't hash to the same slot. Is this lib compatible with redis on cluster mode?
I was looking into this too. I don't think PromPHP supports Redis Clusters. http://github.com/PromPHP/prometheus_client_php/blob/82e42b5a491ee94127110548ee835052b9765a78/src/Prometheus/Storage/Redis.php#L60
Thanks @dp85. I've started to use APC. It has been work fine until now.
@eliseubamaral did you figure out how to use RedisCluster in the meantime?
No, I didn't @mvhirsch.