mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-10-07 20:52:02 +08:00
Add content to RedisInfoView
This commit is contained in:
@@ -71,6 +71,7 @@ export interface ListQueueStatsResponse {
|
||||
export interface RedisInfoResponse {
|
||||
address: string;
|
||||
info: RedisInfo;
|
||||
raw_info: string;
|
||||
}
|
||||
|
||||
// Return value from redis INFO command.
|
||||
|
Reference in New Issue
Block a user