Commit 0b6adf33 authored by kevin-montrose's avatar kevin-montrose

mention async & .ExecutableScript

parent b794abc6
......@@ -54,4 +54,6 @@ An example use of `LoadedLuaScript`:
var loaded = prepared.Load(server);
loaded.Evaluate(db, new { key = (RedisKey)"mykey", value = 123 });
}
```
\ No newline at end of file
```
All methods on both `LuaScript` and `LoadedLuaScript` have Async alternatives, and expose the actual script submitted to redis as the `ExecutableScript` property.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment