> ## 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.

# Connection commands

> Commands for authenticating, inspecting, and managing client connections.

<CardGroup cols={2}>
  <Card title="AUTH" href="/redis/commands/connection/auth">Authenticate to the server</Card>
  <Card title="CLIENT GETNAME" href="/redis/commands/connection/client-getname">Get the current connection name</Card>
  <Card title="CLIENT ID" href="/redis/commands/connection/client-id">Get the current client ID</Card>
  <Card title="CLIENT INFO" href="/redis/commands/connection/client-info">Get info about current connection</Card>
  <Card title="CLIENT LIST" href="/redis/commands/connection/client-list">List all client connections</Card>
  <Card title="CLIENT SETINFO" href="/redis/commands/connection/client-setinfo">Set client connection attributes</Card>
  <Card title="CLIENT SETNAME" href="/redis/commands/connection/client-setname">Set the connection name</Card>
  <Card title="ECHO" href="/redis/commands/connection/echo">Echo the given string</Card>
  <Card title="HELLO" href="/redis/commands/connection/hello">Handshake with Redis protocol</Card>
  <Card title="PING" href="/redis/commands/connection/ping">Ping the server</Card>
  <Card title="QUIT" href="/redis/commands/connection/quit">Close the connection</Card>
  <Card title="RESET" href="/redis/commands/connection/reset">Reset the connection</Card>
  <Card title="SELECT" href="/redis/commands/connection/select">Select the database by index</Card>
</CardGroup>
