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,GearsCommandBuilder,JSONCommandBuilder,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 -
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
createCommand, createCommand, createCommand, createCommand, createCommand, newScriptOutput
-
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
-