diff --git a/redis/README.md b/redis/README.md index 4bedeca8..16f12bbc 100644 --- a/redis/README.md +++ b/redis/README.md @@ -68,7 +68,7 @@ type Config struct { // Port where the DB is listening on // - // Optional. Default is 3306 + // Optional. Default is 6379 Port int // Server username diff --git a/redis/config.go b/redis/config.go index 4734e22b..1a0876d6 100644 --- a/redis/config.go +++ b/redis/config.go @@ -11,7 +11,7 @@ type Config struct { // Port where the DB is listening on // - // Optional. Default is 3306 + // Optional. Default is 6379 Port int // Server username