mirror of
https://github.com/redis/go-redis.git
synced 2025-08-07 12:42:55 +03:00
bloom support (#2673)
This commit is contained in:
@@ -504,6 +504,8 @@ type Cmdable interface {
|
||||
ACLLogReset(ctx context.Context) *StatusCmd
|
||||
|
||||
ModuleLoadex(ctx context.Context, conf *ModuleLoadexConfig) *StringCmd
|
||||
|
||||
probabilisticCmdable
|
||||
}
|
||||
|
||||
type StatefulCmdable interface {
|
||||
|
Reference in New Issue
Block a user