Package glide.api.models.commands
Interface WeightAggregateOptions.KeysOrWeightedKeys
-
- All Known Implementing Classes:
WeightAggregateOptions.KeyArray,WeightAggregateOptions.WeightedKeys
- Enclosing class:
- WeightAggregateOptions
public static interface WeightAggregateOptions.KeysOrWeightedKeysBasic interface. Please use one of the following implementations:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]toArgs()Convert to command arguments according to the Valkey API.
-