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