[PR #24] [MERGED] Show basic redis info in stats command #1564

Closed
opened 2026-03-07 22:11:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/24
Author: @hibiken
Created: 12/22/2019
Status: Merged
Merged: 12/23/2019
Merged by: @hibiken

Base: masterHead: feature/redisinfo


📝 Commits (2)

  • eea919d Add RedisInfo method to RDB
  • ee7a22a Display redis info in stats command

📊 Changes

4 files changed (+69 additions, -4 deletions)

View changed files

📝 asynq.go (+0 -1)
📝 internal/rdb/inspect.go (+18 -0)
📝 internal/rdb/inspect_test.go (+23 -0)
📝 tools/asynqmon/cmd/stats.go (+28 -3)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynq/pull/24 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 12/22/2019 **Status:** ✅ Merged **Merged:** 12/23/2019 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `feature/redisinfo` --- ### 📝 Commits (2) - [`eea919d`](https://github.com/hibiken/asynq/commit/eea919d11780df0223241b137641aea7a3949f41) Add RedisInfo method to RDB - [`ee7a22a`](https://github.com/hibiken/asynq/commit/ee7a22adef9ca95c2752d471f7eb701d2a7b9df5) Display redis info in stats command ### 📊 Changes **4 files changed** (+69 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `asynq.go` (+0 -1) 📝 `internal/rdb/inspect.go` (+18 -0) 📝 `internal/rdb/inspect_test.go` (+23 -0) 📝 `tools/asynqmon/cmd/stats.go` (+28 -3) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 22:11:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#1564
No description provided.