Codebase list golang-github-stvp-tempredis / 1d4d322
New upstream version 0.0~git20181119.b82af84 Sascha Steinbiss 2 years ago
3 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 tempredis.test
00 package tempredis
11
22 import (
3 "github.com/garyburd/redigo/redis"
3 "github.com/gomodule/redigo/redis"
44 )
55
66 func ExampleUsage() {
22 import (
33 "testing"
44
5 "github.com/garyburd/redigo/redis"
5 "github.com/gomodule/redigo/redis"
66 )
77
88 func TestServer(t *testing.T) {