suspend fun RedisTransaction.evalshaAwait(sha1: String, keys: List<String>, values: List<String>): String
Execute a Lua script server side. Due to the dynamic nature of this command any response type could be returned for This reason and to ensure type safety the reply is always guaranteed to be a JsonArray.
sha1
- SHA1 digest of the script cached on the server
handler
- Handler for the result of this call.
Return