From d6a3f02666fe5f45a00bb7c1469979312f1ddd81 Mon Sep 17 00:00:00 2001 From: Seth Rylan Gainey Date: Mon, 30 Oct 2023 08:32:13 -0400 Subject: [PATCH] Add BitMapCmdable to Cmdable. (#2737) Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com> --- commands.go | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/commands.go b/commands.go index b3ee715c..a9149953 100644 --- a/commands.go +++ b/commands.go @@ -210,20 +210,21 @@ type Cmdable interface { ModuleLoadex(ctx context.Context, conf *ModuleLoadexConfig) *StringCmd ACLCmdable + BitMapCmdable + ClusterCmdable + GearsCmdable + GenericCmdable + GeoCmdable HashCmdable HyperLogLogCmdable - GeoCmdable - GenericCmdable ListCmdable + ProbabilisticCmdable + PubSubCmdable + ScriptingFunctionsCmdable SetCmdable SortedSetCmdable - ClusterCmdable - ScriptingFunctionsCmdable StringCmdable - PubSubCmdable StreamCmdable - GearsCmdable - ProbabilisticCmdable TimeseriesCmdable JSONCmdable }