---
title: "Deploy ReadySet"
description: "A lightweight caching engine for Postgres"
category: "Storage"
url: https://railway.com/deploy/wr1OLZ
---

# Deploy ReadySet

A lightweight caching engine for Postgres

**[Deploy ReadySet on Railway](https://railway.com/template/wr1OLZ)**

Machine-readable deploy manifest (JSON, validated by TemplateCI): https://railway.com/deploy/wr1OLZ/manifest.json

- **Creator:** Milo's Projects
- **Category:** Storage
- **Total deploys:** 35

## Template content

### Postgres https://devicons.railway.app/i/postgresql.svg

- **Image:** postgres:17
- **Start command:** `docker-entrypoint.sh postgres -c wal_level=logical --port=5432`

### ReadySet https://readyset.io/favicon.ico

- **Image:** readysettech/readyset

## Documentation

<p align="center">
# ReadySet + Postgres
  <img width="40%" src="https://user-images.githubusercontent.com/38481289/172237414-023c0b04-c597-44b7-8b14-b5b0c382dc07.png">
</p>

[ReadySet](https://readyset.io) is a transparent database cache for Postgres &amp; MySQL that gives you the performance and scalability of an in-memory key-value store without requiring that you rewrite your app or manually handle cache invalidation.

## Features
- Pre-Configured Postgres 16 Database
- ReadySet

## How to use
- Deploy the template
- Connect to the ReadySet enhanced database by [referencing](https://docs.railway.app/develop/variables#reference-variables) the `READYSET_DATABASE_PRIVATE_URL` or `READYSET_DATABASE_URL` variables.
- [Start caching queries](https://docs.readyset.io/get-started/cache)

## Limitations
- No SSL due to a limitation of the platform

## Similar templates

- [Garage S3 Storage](https://railway.com/deploy/garage-s3-storage) — Ultra-light S3 server: fast, open-source, plug-and-play.
- [Redis](https://railway.com/deploy/redis-1) — Self Host Latest Redis with Railway
- [EasyImg](https://railway.com/deploy/easyimg) — Simple self-hostable Nuxt.js personal image hosting system.

Open this page in a browser: https://railway.com/deploy/wr1OLZ
