> ## Documentation Index
> Fetch the complete documentation index at: https://upstash.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Scripting commands

> Commands for loading and executing Lua scripts.

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


## Related topics

- [EVAL](/docs/redis/commands/scripting/eval.md)
- [EVALSHA](/docs/redis/commands/scripting/evalsha.md)
- [SCRIPT EXISTS](/docs/redis/commands/scripting/script-exists.md)
- [SCRIPT FLUSH](/docs/redis/commands/scripting/script-flush.md)
- [SCRIPT KILL](/docs/redis/commands/scripting/script-kill.md)
