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

# fly redis create

Create an Upstash Redis database

## Usage

```
fly redis create [flags]
```

## Options

```
      --disable-eviction         Disallow writes when the max data size limit has been reached
      --enable-auto-upgrade      Automatically upgrade to a higher plan when hitting resource limits
      --enable-eviction          Evict objects when memory is full
      --enable-prodpack          Enable ProdPack add-on for additional features ($200/mo)
  -h, --help                     help for create
  -n, --name string              The name of your Redis database
      --no-replicas              Don't prompt for selecting replica regions
  -o, --org string               The target Fly.io organization
      --plan string              The plan for your Redis database (default: pay-as-you-go)
  -r, --region string            The target region (see 'flyctl platform regions')
      --replica-regions string   Comma-separated list of regions to deploy read replicas (see 'flyctl platform regions')
```

## Global Options

```
  -t, --access-token string   Fly API Access Token
      --debug                 Print additional logs and traces
      --verbose               Verbose output
```

## See Also

* [fly redis](/flyctl/cmd/fly_redis)	 - Launch and manage Redis databases managed by Upstash.com
