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 f994ff1 commit 3280014Copy full SHA for 3280014
commands.go
@@ -210,21 +210,22 @@ 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
- GearsCmdable
- ProbabilisticCmdable
- TimeseriesCmdable
227
StreamCmdable
228
+ TimeseriesCmdable
229
}
230
231
type StatefulCmdable interface {
0 commit comments