Package com.redis.lettucemod
Class RedisModulesCommandBuilder<K,V>
java.lang.Object
io.lettuce.core.protocol.BaseRedisCommandBuilder<K,V>
com.redis.lettucemod.RedisModulesCommandBuilder<K,V>
- Direct Known Subclasses:
BloomCommandBuilder,SearchCommandBuilder,TimeSeriesCommandBuilder
public class RedisModulesCommandBuilder<K,V>
extends io.lettuce.core.protocol.BaseRedisCommandBuilder<K,V>
-
Field Summary
Fields inherited from class io.lettuce.core.protocol.BaseRedisCommandBuilder
codec, MINUS_BYTES, MUST_NOT_CONTAIN_NULL_ELEMENTS, PLUS_BYTES -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRedisModulesCommandBuilder(io.lettuce.core.codec.RedisCodec<K, V> codec) -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidprotected static voidnotEmptyKeys(Object[] keys) protected static voidnotEmptyValues(Object[] values) protected static voidnotNull(io.lettuce.core.output.KeyStreamingChannel<?> channel) protected static voidnotNull(io.lettuce.core.output.KeyValueStreamingChannel<?, ?> channel) protected static voidnotNull(io.lettuce.core.output.ValueStreamingChannel<?> channel) protected static voidprotected static voidnotNullKey(Object key) Methods inherited from class io.lettuce.core.protocol.BaseRedisCommandBuilder
addLimit, allElementsInstanceOf, assertNodeId, createCommand, createCommand, createCommand, createCommand, createCommand, keyAndFieldsProvided, max, maxValue, min, minValue, newScriptOutput, notEmpty, notEmptyRanges, notEmptySlots, notNull, notNullLimit, notNullMinMax, notNullRange
-
Constructor Details
-
RedisModulesCommandBuilder
-
-
Method Details
-
args
-
notNull
-
notNull
protected static void notNull(io.lettuce.core.output.KeyStreamingChannel<?> channel) -
notNull
protected static void notNull(io.lettuce.core.output.ValueStreamingChannel<?> channel) -
notNull
protected static void notNull(io.lettuce.core.output.KeyValueStreamingChannel<?, ?> channel) -
notEmptyKeys
-
notEmptyValues
-
notEmpty
-
notNullKey
-