Skip to content

Commit d6a3f02

Browse files
Add BitMapCmdable to Cmdable. (#2737)
Co-authored-by: ofekshenawa <[email protected]>
1 parent 0d7a013 commit d6a3f02

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

commands.go

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -210,20 +210,21 @@ type Cmdable interface {
210210
ModuleLoadex(ctx context.Context, conf *ModuleLoadexConfig) *StringCmd
211211

212212
ACLCmdable
213+
BitMapCmdable
214+
ClusterCmdable
215+
GearsCmdable
216+
GenericCmdable
217+
GeoCmdable
213218
HashCmdable
214219
HyperLogLogCmdable
215-
GeoCmdable
216-
GenericCmdable
217220
ListCmdable
221+
ProbabilisticCmdable
222+
PubSubCmdable
223+
ScriptingFunctionsCmdable
218224
SetCmdable
219225
SortedSetCmdable
220-
ClusterCmdable
221-
ScriptingFunctionsCmdable
222226
StringCmdable
223-
PubSubCmdable
224227
StreamCmdable
225-
GearsCmdable
226-
ProbabilisticCmdable
227228
TimeseriesCmdable
228229
JSONCmdable
229230
}

0 commit comments

Comments
 (0)