Add API endpoint to fetch redis info

This commit is contained in:
Ken Hibino
2021-01-03 06:56:53 -08:00
parent 9ac455cc7b
commit 094e23f736
4 changed files with 57 additions and 1 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module asynqmon
go 1.14
require (
github.com/go-redis/redis/v8 v8.4.4 // indirect
github.com/go-redis/redis/v8 v8.4.4
github.com/gorilla/mux v1.8.0
github.com/hibiken/asynq v0.13.1
github.com/rs/cors v1.7.0