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:
@@ -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())
|
||||
}
|
||||
|
Reference in New Issue
Block a user