Skip to content

Commit 3280014

Browse files
authored
Add BitMapCmdable to Cmdable.
1 parent f994ff1 commit 3280014

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

commands.go

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -210,21 +210,22 @@ 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
224-
GearsCmdable
225-
ProbabilisticCmdable
226-
TimeseriesCmdable
227227
StreamCmdable
228+
TimeseriesCmdable
228229
}
229230

230231
type StatefulCmdable interface {

0 commit comments

Comments
 (0)