> ## Documentation Index
> Fetch the complete documentation index at: https://upstash-redis-1-18.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Functions commands

> Commands for loading, managing, and invoking Redis functions.

<CardGroup cols={2}>
  <Card title="FCALL" href="/redis/commands/functions/fcall">Call a function</Card>
  <Card title="FCALL_RO" href="/redis/commands/functions/fcall-ro">Call a read-only function</Card>
  <Card title="FUNCTION DELETE" href="/redis/commands/functions/function-delete">Delete a library</Card>
  <Card title="FUNCTION FLUSH" href="/redis/commands/functions/function-flush">Delete all libraries</Card>
  <Card title="FUNCTION KILL" href="/redis/commands/functions/function-kill">Kill a running function</Card>
  <Card title="FUNCTION LIST" href="/redis/commands/functions/function-list">List all libraries</Card>
  <Card title="FUNCTION LOAD" href="/redis/commands/functions/function-load">Load a library</Card>
  <Card title="FUNCTION STATS" href="/redis/commands/functions/function-stats">Get function execution stats</Card>
</CardGroup>
