1
0
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:
ofekshenawa
2023-08-15 10:19:19 +03:00
committed by GitHub
parent c7399b6a17
commit 558581eac6
5 changed files with 2176 additions and 0 deletions

View File

@@ -504,6 +504,8 @@ type Cmdable interface {
ACLLogReset(ctx context.Context) *StatusCmd
ModuleLoadex(ctx context.Context, conf *ModuleLoadexConfig) *StringCmd
probabilisticCmdable
}
type StatefulCmdable interface {