PromPHP / prometheus_client_php

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

fix bug:When the storage is Redis, wipeStorage cannot work #113

Open fbf2 opened 1 year ago

fbf2 commented 1 year ago

lua scripts add: redis.replicate_commands

LKaemmerling commented 1 year ago

Hey @fbf2,

could you please write a bit more about why you propose this change and what it changes? based on the Redis documentation the command you added is deprecated and will always return true.

pluk77 commented 5 months ago

I think this PR can be closed as it is proposing a change that was already merged as part of #133