2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-08-19 15:08:55 +08:00

chore: fix function names in comment

Signed-off-by: camcui <cuishua@sina.cn>
This commit is contained in:
camcui
2024-04-12 13:54:08 +08:00
parent 8df0bfa583
commit b35b559d40
2 changed files with 2 additions and 2 deletions

View File

@@ -369,7 +369,7 @@ func createRDB() *rdb.RDB {
return rdb.NewRDB(c)
}
// createRDB creates a Inspector instance using flag values and returns it.
// createInspector creates a Inspector instance using flag values and returns it.
func createInspector() *asynq.Inspector {
return asynq.NewInspector(getRedisConnOpt())
}