# RedisConfig

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/parser-orchestrator/src/interfaces/config.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/src/interfaces/config.interface.ts#L85)

Redis configuration

## Properties

| Property | Type |
|---|---|
| `host` | `string` |
| `port` | `number` |
| `password` | `string` |
| `db` | `number` |
| `keyPrefix` | `string` |
