Class RedisNoScriptException

All Implemented Interfaces:
Serializable

public class RedisNoScriptException extends RedisException
This error occurs when script isn't found in EVAL cache.
Author:
Nikita Koksharov
See Also:
  • Constructor Details

    • RedisNoScriptException

      public RedisNoScriptException(String message)