SetOption 타입 변경
This commit is contained in:
@ -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 (
|
||||||
|
|||||||
Reference in New Issue
Block a user