Package com.redis.lettucemod.output
Class SuggetOutput<K,V>
java.lang.Object
io.lettuce.core.output.CommandOutput<K,V,List<Suggestion<V>>>
com.redis.lettucemod.output.SuggetOutput<K,V>
public class SuggetOutput<K,V>
extends io.lettuce.core.output.CommandOutput<K,V,List<Suggestion<V>>>
-
Field Summary
Fields inherited from class io.lettuce.core.output.CommandOutput
codec, error, output -
Constructor Summary
ConstructorsConstructorDescriptionSuggetOutput(io.lettuce.core.codec.RedisCodec<K, V> codec) SuggetOutput(io.lettuce.core.codec.RedisCodec<K, V> codec, boolean withScores, boolean withPayloads) -
Method Summary
Methods inherited from class io.lettuce.core.output.CommandOutput
complete, decodeAscii, get, getError, hasError, multi, multiArray, multiMap, multiPush, multiSet, set, set, setBigNumber, setError, setError, setSingle, toString
-
Constructor Details
-
SuggetOutput
-
SuggetOutput
-
-
Method Details
-
set
- Overrides:
setin classio.lettuce.core.output.CommandOutput<K,V, List<Suggestion<V>>>
-
set
public void set(double number) - Overrides:
setin classio.lettuce.core.output.CommandOutput<K,V, List<Suggestion<V>>>
-