SetOption 타입 변경
This commit is contained in:
@ -9,7 +9,7 @@ import (
|
||||
"github.com/go-redis/redis/v8"
|
||||
)
|
||||
|
||||
type SetOption string
|
||||
type SetOption = string
|
||||
type GetOption = [2]any
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user