We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7a013 commit d6a3f02Copy full SHA for d6a3f02
commands.go
@@ -210,20 +210,21 @@ type Cmdable interface {
210
ModuleLoadex(ctx context.Context, conf *ModuleLoadexConfig) *StringCmd
211
212
ACLCmdable
213
+ BitMapCmdable
214
+ ClusterCmdable
215
+ GearsCmdable
216
+ GenericCmdable
217
+ GeoCmdable
218
HashCmdable
219
HyperLogLogCmdable
- GeoCmdable
- GenericCmdable
220
ListCmdable
221
+ ProbabilisticCmdable
222
+ PubSubCmdable
223
+ ScriptingFunctionsCmdable
224
SetCmdable
225
SortedSetCmdable
- ClusterCmdable
- ScriptingFunctionsCmdable
226
StringCmdable
- PubSubCmdable
227
StreamCmdable
- GearsCmdable
- ProbabilisticCmdable
228
TimeseriesCmdable
229
JSONCmdable
230
}
0 commit comments