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

    Constructors
    Modifier
    Constructor
    Description
    protected
    RedisModulesCommandBuilder(io.lettuce.core.codec.RedisCodec<K,V> codec)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected io.lettuce.core.protocol.CommandArgs<K,V>
    args(K key)
     
    protected static void
    notEmpty(Object[] array, String name)
     
    protected static void
     
    protected static void
     
    protected static void
    notNull(io.lettuce.core.output.KeyStreamingChannel<?> channel)
     
    protected static void
    notNull(io.lettuce.core.output.KeyValueStreamingChannel<?,?> channel)
     
    protected static void
    notNull(io.lettuce.core.output.ValueStreamingChannel<?> channel)
     
    protected static void
    notNull(Object arg, String name)
     
    protected static void
     

    Methods inherited from class io.lettuce.core.protocol.BaseRedisCommandBuilder

    createCommand, createCommand, createCommand, createCommand, createCommand, newScriptOutput

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RedisModulesCommandBuilder

      protected RedisModulesCommandBuilder(io.lettuce.core.codec.RedisCodec<K,V> codec)
  • Method Details

    • args

      protected io.lettuce.core.protocol.CommandArgs<K,V> args(K key)
    • notNull

      protected static void notNull(Object arg, 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(Object[] keys)
    • notEmptyValues

      protected static void notEmptyValues(Object[] values)
    • notEmpty

      protected static void notEmpty(Object[] array, String name)
    • notNullKey

      protected static void notNullKey(Object key)