Class RedisModulesCommandBuilder<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

      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 void notEmpty​(java.lang.Object[] array, java.lang.String name)  
      protected static void notEmptyKeys​(java.lang.Object[] keys)  
      protected static void notEmptyValues​(java.lang.Object[] values)  
      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​(java.lang.Object arg, java.lang.String name)  
      protected static void notNullKey​(java.lang.Object key)  
      • 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 Detail

      • RedisModulesCommandBuilder

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

      • args

        protected io.lettuce.core.protocol.CommandArgs<K,​V> args​(K key)
      • 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)