cache/redis: support skipEmptyPrefix option (#5264)

This commit is contained in:
Ming Deng
2023-06-26 13:41:08 +08:00
committed by GitHub
parent ec884b96b1
commit 1047faadfb
5 changed files with 68 additions and 11 deletions

View File

@@ -3,8 +3,9 @@ package orm
import (
"testing"
"github.com/beego/beego/v2/client/orm/internal/models"
"github.com/stretchr/testify/assert"
"github.com/beego/beego/v2/client/orm/internal/models"
)
func Test_getColumnTyp(t *testing.T) {