upgrade Redis client to v9

This commit is contained in:
Phước Trung
2023-05-04 11:17:09 +07:00
committed by Ken Hibino
parent 5c48e4e31d
commit e44ba437a4
6 changed files with 61 additions and 44 deletions

View File

@@ -48,7 +48,7 @@ type Config struct {
}
// parseFlags parses the command-line arguments provided to the program.
// Typically os.Args[0] is provided as 'progname' and os.args[1:] as 'args'.
// Typically, os.Args[0] is provided as 'progname' and os.args[1:] as 'args'.
// Returns the Config in case parsing succeeded, or an error. In any case, the
// output of the flag.Parse is returned in output.
//