Skip to content

Commit

Permalink
doc: replaced Address by Endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
junmipan committed Jul 6, 2017
1 parent df0c383 commit 1097cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/keyval/redis/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
// import "github.com/ligato/cn-infra/db/keyval/redis"
//
// config := redis.ServerConfig{
// Address: "localhost:6379",
// Endpoint: "localhost:6379",
// Pool: redis.ConnPool{
// MaxIdle: 10,
// MaxActive: 10,
Expand Down

0 comments on commit 1097cf6

Please sign in to comment.