Skip to content

Commit 943e317

Browse files
committed
Add todo note.
Signed-off-by: Arris Ray <arris.ray+github@gmail.com>
1 parent c54a8ec commit 943e317

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Prometheus/Storage/RedisTxn.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
* "collect" operations of each metric type within a single Redis transaction.
3131
*
3232
* @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.
3334
* @todo Reimplement all Redis scripts with redis.pcall() to trap runtime errors that are ignored by redis.call().
3435
*/
3536
class RedisTxn implements Adapter

0 commit comments

Comments
 (0)