Copypasta in docs/comments with the right default port in redis adapter (#364)

* Update config.go

* Update README.md
This commit is contained in:
Alexander Dunin
2022-04-25 23:43:50 +02:00
committed by GitHub
parent 2f656df41c
commit 6420cf2823
2 changed files with 2 additions and 2 deletions

View File

@@ -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