2
0
mirror of https://github.com/hibiken/asynqmon.git synced 2025-10-26 16:26:12 +08:00

Add redis info view

This commit is contained in:
Ken Hibino
2021-01-03 07:32:14 -08:00
parent 094e23f736
commit 5a83172784
4 changed files with 47 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ export const paths = {
SERVERS: "/servers",
SCHEDULERS: "/schedulers",
QUEUE_DETAILS: "/queues/:qname",
REDIS: "/redis",
};
export function queueDetailsPath(qname: string, taskStatus?: string): string {