File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
1
+ language : go
2
+ sudo : false
3
+ go_import_path : gopkg.in/go-session/redis.v1
4
+ go :
5
+ - 1.7
6
+ services :
7
+ - redis-server
8
+ script :
9
+ - $HOME/gopath/bin/goveralls -service=travis-ci
Original file line number Diff line number Diff line change 2
2
3
3
> A redis-based session store
4
4
5
- [ ![ ReportCard] [ reportcard-image ]] [ reportcard-url ] [ ![ GoDoc] [ godoc-image ]] [ godoc-url ] [ ![ License] [ license-image ]] [ license-url ]
5
+ [ ![ Build ] [ Build-Status-Image ]] [ Build-Status-Url ] [ ![ Coverage ] [ Coverage-Image ]] [ Coverage-Url ] [ ![ ReportCard] [ reportcard-image ]] [ reportcard-url ] [ ![ GoDoc] [ godoc-image ]] [ godoc-url ] [ ![ License] [ license-image ]] [ license-url ]
6
6
7
7
## Quick Start
8
8
@@ -89,6 +89,10 @@ $ ./server
89
89
90
90
Copyright (c) 2018 Lyric
91
91
92
+ [ Build-Status-Url ] : https://travis-ci.org/go-session/redis
93
+ [ Build-Status-Image ] : https://travis-ci.org/go-session/redis.svg?branch=master
94
+ [ Coverage-Url ] : https://coveralls.io/github/go-session/redis?branch=master
95
+ [ Coverage-Image ] : https://coveralls.io/repos/github/go-session/redis/badge.svg?branch=master
92
96
[ reportcard-url ] : https://goreportcard.com/report/gopkg.in/go-session/redis.v1
93
97
[ reportcard-image ] : https://goreportcard.com/badge/gopkg.in/go-session/redis.v1
94
98
[ godoc-url ] : https://godoc.org/gopkg.in/go-session/redis.v1
Original file line number Diff line number Diff line change 9
9
)
10
10
11
11
const (
12
- addr = "127.0.0.1 :6379"
12
+ addr = "localhost :6379"
13
13
db = 15
14
14
)
15
15
You can’t perform that action at this time.
0 commit comments