redis_test.go 78 B

123456789
  1. package redis
  2. import (
  3. "testing"
  4. )
  5. func TestInit(t *testing.T) {
  6. Init()
  7. }