Add BitMapCmdable to Cmdable. (#2737)

Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
This commit is contained in:
Seth Rylan Gainey 2023-10-30 08:32:13 -04:00 committed by GitHub
parent 0d7a013e5d
commit d6a3f02666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 7 deletions

View File

@ -210,20 +210,21 @@ type Cmdable interface {
ModuleLoadex(ctx context.Context, conf *ModuleLoadexConfig) *StringCmd ModuleLoadex(ctx context.Context, conf *ModuleLoadexConfig) *StringCmd
ACLCmdable ACLCmdable
BitMapCmdable
ClusterCmdable
GearsCmdable
GenericCmdable
GeoCmdable
HashCmdable HashCmdable
HyperLogLogCmdable HyperLogLogCmdable
GeoCmdable
GenericCmdable
ListCmdable ListCmdable
ProbabilisticCmdable
PubSubCmdable
ScriptingFunctionsCmdable
SetCmdable SetCmdable
SortedSetCmdable SortedSetCmdable
ClusterCmdable
ScriptingFunctionsCmdable
StringCmdable StringCmdable
PubSubCmdable
StreamCmdable StreamCmdable
GearsCmdable
ProbabilisticCmdable
TimeseriesCmdable TimeseriesCmdable
JSONCmdable JSONCmdable
} }