Class FunctionLoadCommand

    • Constructor Detail

      • FunctionLoadCommand

        public FunctionLoadCommand()
      • FunctionLoadCommand

        public FunctionLoadCommand​(byte[] engineName,
                                   byte[] libraryName,
                                   boolean replace,
                                   byte[] description,
                                   byte[] functionCode)
    • Method Detail

      • getEngineName

        @Deprecated
        public byte[] getEngineName()
        Deprecated.
        since redis-7.0
        Returns:
        engine name
      • setEngineName

        @Deprecated
        public void setEngineName​(byte[] engineName)
        Deprecated.
        since redis-7.0
        Parameters:
        engineName - engine name
      • getLibraryName

        @Deprecated
        public byte[] getLibraryName()
        Deprecated.
        since redis-7.0
        Returns:
        library name
      • setLibraryName

        @Deprecated
        public void setLibraryName​(byte[] libraryName)
        Deprecated.
        since redis-7.0
        Parameters:
        libraryName - library name
      • isReplace

        public boolean isReplace()
      • setReplace

        public void setReplace​(boolean replace)
      • getDescription

        @Deprecated
        public byte[] getDescription()
        Deprecated.
        since redis-7.0
        Returns:
        description
      • setDescription

        @Deprecated
        public void setDescription​(byte[] description)
        Deprecated.
        since redis-7.0
        Parameters:
        description - description
      • getFunctionCode

        public byte[] getFunctionCode()
      • setFunctionCode

        public void setFunctionCode​(byte[] functionCode)