1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-31 05:04:23 +03:00

Add BitMapCmdable to Cmdable. (#2737)

Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
This commit is contained in:
Seth Rylan Gainey
2023-10-30 08:32:13 -04:00
committed by GitHub
parent 0d7a013e5d
commit d6a3f02666

View File

@ -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
} }