SetOption 타입 변경

This commit is contained in:
2023-07-16 17:26:19 +09:00
parent b9c4d8b21b
commit aa568ec3fa

View File

@ -9,7 +9,7 @@ import (
"github.com/go-redis/redis/v8" "github.com/go-redis/redis/v8"
) )
type SetOption string type SetOption = string
type GetOption = [2]any type GetOption = [2]any
const ( const (