# Scripting commands

> Commands for loading and executing Lua scripts.

<CardGroup cols={2}>
<Card title="EVAL" href="/redis/commands/scripting/eval">Execute a Lua script</Card>
<Card title="EVAL_RO" href="/redis/commands/scripting/eval-ro">Execute read-only Lua script</Card>
<Card title="EVALSHA" href="/redis/commands/scripting/evalsha">Execute cached Lua script by SHA</Card>
<Card title="EVALSHA_RO" href="/redis/commands/scripting/evalsha-ro">Read-only execute by SHA</Card>
<Card title="SCRIPT EXISTS" href="/redis/commands/scripting/script-exists">Check if scripts exist in cache</Card>
<Card title="SCRIPT FLUSH" href="/redis/commands/scripting/script-flush">Clear the script cache</Card>
<Card title="SCRIPT KILL" href="/redis/commands/scripting/script-kill">Stop a running read-only script</Card>
<Card title="SCRIPT LOAD" href="/redis/commands/scripting/script-load">Load script into cache</Card>
</CardGroup>
