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 }