refactor: 重构集群主从节点模式
This commit is contained in:
@@ -74,8 +74,3 @@ type Pipeliner interface {
|
||||
type RedisPipeliner interface {
|
||||
Pipeline() Pipeliner
|
||||
}
|
||||
|
||||
// LuaScripter is an optional interface that a Store can implement to provide Lua script execution.
|
||||
type LuaScripter interface {
|
||||
Eval(script string, keys []string, args ...any) (any, error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user