Skip to content

Commit

Permalink
Update master
Browse files Browse the repository at this point in the history
  • Loading branch information
Juhani Åhman committed Jul 11, 2012
1 parent d852015 commit 07d0b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func main() {
conf.Address = "127.0.0.1:6379" // TCP/IP address
// Alternatively: conf.Path = "/tmp/redis.sock"
conf.Database = 8 // Database number
conf.Timeout = time.Duration(10) * time.Second // Socket timeout in seconds
conf.Timeout = time.Duration(10) * time.Second // Socket timeout
c = redis.NewClient(conf)

if err != nil {
Expand Down

0 comments on commit 07d0b95

Please sign in to comment.