Interface JedisClusterScriptingCommands

  • All Known Implementing Classes:
    JedisCluster

    public interface JedisClusterScriptingCommands
    • Method Detail

      • eval

        Object eval​(String script,
                    String sampleKey)
        Parameters:
        script -
        sampleKey - Command will be executed in the node where the hash slot of this key is assigned to
        Returns:
      • evalsha

        Object evalsha​(String sha1,
                       String sampleKey)
        Parameters:
        sha1 -
        sampleKey - Command will be executed in the node where the hash slot of this key is assigned to
        Returns:
      • scriptExists

        Boolean scriptExists​(String sha1,
                             String sampleKey)
        Parameters:
        sha1 -
        sampleKey - Command will be executed in the node where the hash slot of this key is assigned to
        Returns:
      • scriptExists

        List<Boolean> scriptExists​(String sampleKey,
                                   String... sha1)
        Parameters:
        sampleKey - Command will be executed in the node where the hash slot of this key is assigned to
        sha1 -
        Returns:
      • scriptLoad

        String scriptLoad​(String script,
                          String sampleKey)
        Parameters:
        script -
        sampleKey - Command will be executed in the node where the hash slot of this key is assigned to
        Returns:
      • scriptFlush

        String scriptFlush​(String sampleKey)
        Parameters:
        sampleKey - Command will be executed in the node where the hash slot of this key is assigned to
        Returns:
      • scriptKill

        String scriptKill​(String sampleKey)
        Parameters:
        sampleKey - Command will be executed in the node where the hash slot of this key is assigned to
        Returns: