1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00

make public probabilistic and redis gears interfaces (#2695)

Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
This commit is contained in:
Tiago Peczenyj
2023-09-20 13:54:50 +02:00
committed by GitHub
parent 0637c53f10
commit 934c6a3fe0
3 changed files with 5 additions and 4 deletions

View File

@ -7,7 +7,7 @@ import (
"github.com/redis/go-redis/v9/internal/proto"
)
type probabilisticCmdable interface {
type ProbabilisticCmdable interface {
BFAdd(ctx context.Context, key string, element interface{}) *BoolCmd
BFCard(ctx context.Context, key string) *IntCmd
BFExists(ctx context.Context, key string, element interface{}) *BoolCmd