PromPHP / prometheus_client_php

Prometheus instrumentation library for PHP applications
https://prometheus.io/docs/concepts/metric_types/
Apache License 2.0
423 stars 93 forks source link

Replace redis keys to scan #91

Closed ikhabitoff closed 2 years ago

ikhabitoff commented 2 years ago

Redis does not recommend using keys in production. Instead use scan. I suggest my solution.

LKaemmerling commented 2 years ago

Thank you! Good catch!

grogy commented 2 years ago

Possible troubles are described in issue #92

Please, can you look it?