This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
BP
/
redis_v2
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
25d6a12cef
Branches
Tags
master
redis_v2
/
redis
/
redis_test.go
redis_test.go
78 B
Historique
Raw
1
2
3
4
5
6
7
8
9
package redis
import (
"testing"
)
func TestInit(t *testing.T) {
Init()
}