# tuna and Redis

## Step 1. Download the client

Instructions are available on the [installation page](https://tuna.am/en/docs/guides/install.md).

## Step 2. Run Redis server

## Step 3. Run tuna

Redis uses port `6379` by default:

```bash
tuna redis 6379

```

As a result of running the command, the connection address will be displayed (for example, `ru.tuna.am:12345`), which can now be used to connect to Redis.

When running a [Redis tunnel](https://tuna.am/en/docs/tunnels/redis.md), you will be provided with a link to an inspector to view sessions and executed commands.
