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:
GearsCommandBuilder,JSONCommandBuilder,SearchCommandBuilder,TimeSeriesCommandBuilder
public class RedisModulesCommandBuilder<K,V> extends io.lettuce.core.protocol.BaseRedisCommandBuilder<K,V>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRedisModulesCommandBuilder(io.lettuce.core.codec.RedisCodec<K,V> codec)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected io.lettuce.core.protocol.CommandArgs<K,V>args(K key)protected static voidnotEmpty(java.lang.Object[] array, java.lang.String name)protected static voidnotEmptyKeys(java.lang.Object[] keys)protected static voidnotEmptyValues(java.lang.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 voidnotNull(java.lang.Object arg, java.lang.String name)protected static voidnotNullKey(java.lang.Object key)
-
-
-
Method Detail
-
notNull
protected static void notNull(java.lang.Object arg, java.lang.String name)
-
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
protected static void notEmptyKeys(java.lang.Object[] keys)
-
notEmptyValues
protected static void notEmptyValues(java.lang.Object[] values)
-
notEmpty
protected static void notEmpty(java.lang.Object[] array, java.lang.String name)
-
notNullKey
protected static void notNullKey(java.lang.Object key)
-
-