T - The script result type. Should be one of Long, Boolean, List, or deserialized value type. Can be null if
the script returns a throw-away status (i.e "OK")public interface RedisScript<T>
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getResultType() |
String |
getScriptAsString() |
String |
getSha1() |
String getSha1()
Class<T> getResultType()
String getScriptAsString()