Package glide.api.models.commands
Class WeightAggregateOptions.KeyArray
- java.lang.Object
-
- glide.api.models.commands.WeightAggregateOptions.KeyArray
-
- All Implemented Interfaces:
WeightAggregateOptions.KeysOrWeightedKeys
- Enclosing class:
- WeightAggregateOptions
public static class WeightAggregateOptions.KeyArray extends java.lang.Object implements WeightAggregateOptions.KeysOrWeightedKeys
Represents the keys of the sorted sets involved in the aggregation operation.
-
-
Constructor Summary
Constructors Constructor Description KeyArray(java.lang.String[] keys)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]toArgs()Convert to command arguments according to the Valkey API.
-
-
-
Method Detail
-
toArgs
public java.lang.String[] toArgs()
Description copied from interface:WeightAggregateOptions.KeysOrWeightedKeysConvert to command arguments according to the Valkey API.- Specified by:
toArgsin interfaceWeightAggregateOptions.KeysOrWeightedKeys
-
-