Rename to RedisConfig

This commit is contained in:
Ken Hibino
2019-12-03 19:43:01 -08:00
parent 4afb3a2401
commit 57838600ef
6 changed files with 13 additions and 13 deletions

View File

@@ -49,8 +49,8 @@ type taskMessage struct {
ErrorMsg string
}
// RedisOpt specifies redis options.
type RedisOpt struct {
// RedisConfig specifies redis configurations.
type RedisConfig struct {
Addr string
Password string