mirror of https://github.com/go-redis/redis.git
Add BitMapCmdable to Cmdable. (#2737)
Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
This commit is contained in:
parent
0d7a013e5d
commit
d6a3f02666
15
commands.go
15
commands.go
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue