Add content to RedisInfoView

This commit is contained in:
Ken Hibino
2021-01-04 12:05:37 -08:00
parent 0c3cd80728
commit 14dc7de869
5 changed files with 141 additions and 10 deletions

View File

@@ -71,6 +71,7 @@ export interface ListQueueStatsResponse {
export interface RedisInfoResponse {
address: string;
info: RedisInfo;
raw_info: string;
}
// Return value from redis INFO command.