📦 update redis

This commit is contained in:
Fenny
2020-10-31 07:55:18 +01:00
parent d8f91a8471
commit 9152ce37fe
10 changed files with 254 additions and 22 deletions

View File

@@ -1 +1,10 @@
package redis
import (
"testing"
)
// go test -run Test_Redis -race -v
func Test_Redis(t *testing.T) {
}