Skip to content

Commit

Permalink
Add BitMapCmdable to Cmdable. (redis#2737)
Browse files Browse the repository at this point in the history
Co-authored-by: ofekshenawa <[email protected]>
  • Loading branch information
sethrylan and ofekshenawa authored Oct 30, 2023
1 parent 0d7a013 commit d6a3f02
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit d6a3f02

Please sign in to comment.