增加gorm日志实现 - 待调试

This commit is contained in:
2021-03-01 22:44:38 +08:00
parent 84bf18c576
commit e4ad2d2b98
4 changed files with 161 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import (
// Date : 10:22 下午 2021/2/27
func TestCommandProxy(t *testing.T) {
instance, err := NewClient(map[string]Options{
"test_redis": Options{
"test_redis": {
Conf: &redisInstance.Options{
Addr: "127.0.0.1:6379",
},