We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54a8ec commit 943e317Copy full SHA for 943e317
src/Prometheus/Storage/RedisTxn.php
@@ -30,6 +30,7 @@
30
* "collect" operations of each metric type within a single Redis transaction.
31
*
32
* @todo Only summary metrics have been refactored so far. Complete refactor for counter, gauge, and histogram metrics.
33
+ * @todo Reimplement wipeStorage() to account for reorganized keys in Redis.
34
* @todo Reimplement all Redis scripts with redis.pcall() to trap runtime errors that are ignored by redis.call().
35
*/
36
class RedisTxn implements Adapter
0 commit comments