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
|
||||
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue