Package com.lambdaworks.redis.output

Class Summary
BooleanListOutput<K,V> List of boolean output.
BooleanOutput<K,V> Boolean output.
ByteArrayOutput<K,V> Byte array output.
DateOutput<K,V> Date output with no milliseconds.
DoubleOutput<K,V> Double output, may be null.
IntegerOutput<K,V> 64-bit integer output, may be null.
KeyListOutput<K,V> List of keys output.
KeyOutput<K,V> Key output.
KeyValueOutput<K,V> Key-value pair output.
MapOutput<K,V> Map of keys and values output.
MultiOutput<K,V> Output of all commands within a MULTI block.
NestedMultiOutput<K,V> List of command outputs, possibly deeply nested.
ScoredValueListOutput<K,V> List of values and their associated scores.
StatusOutput<K,V> Status message output.
StringListOutput<K,V> List of string output.
ValueListOutput<K,V> List of values output.
ValueOutput<K,V> Value output.
ValueSetOutput<K,V> Set of value output.
 



Copyright © 2013. All Rights Reserved.