Skip to content

Commit ebf6ad9

Browse files
committed
Remove completed todo.
Signed-off-by: Arris Ray <[email protected]>
1 parent 45f0e8f commit ebf6ad9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Prometheus/Storage/RedisTxn.php

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
* This adapter refactors the {@see \Prometheus\Storage\RedisNg} adapter to generally try and execute the "update" and
3232
* "collect" operations of each metric type within a single Redis transaction.
3333
*
34-
* @todo Only summary metrics have been refactored so far. Complete refactor for counter, gauge, and histogram metrics.
3534
* @todo Reimplement wipeStorage() to account for reorganized keys in Redis.
3635
* @todo Reimplement all Redis scripts with redis.pcall() to trap runtime errors that are ignored by redis.call().
3736
*/

0 commit comments

Comments
 (0)