Redis-compatible cache.
1/10th the cost.

Drop-in Redis replacement powered by SQLite. Same commands, same clients, dramatically lower costs. No infrastructure to manage.

<1ms
P99 LATENCY
99.9%
UPTIME SLA
$0
TO START
redis-cli
Avg Response
0.3ms
Cost Savings
90%
Redis Commands
50+
Data Durability
100%
// FEATURES

Everything you need.

Nothing you don't.

drop-in_compatible.rs

Drop-in Compatible

Use your existing Redis clients. No code changes needed. Just swap the connection string.

import redis

client = redis.Redis(
    host="cache.redlite.dev",
    password=token
)
sqlite_powered.rs

SQLite Powered

Built on the world's most deployed database. Battle-tested, reliable, and incredibly fast.

// Under the hood
db.set("key", value, ttl)
db.get("key") // ⚡ <1ms
zero_config.rs

Zero Config

No clusters to manage. No replicas to configure. Create a cache and start using it immediately.

$ curl -X POST /caches
{
  "id": "cache_abc123",
  "status": "active"
}
full_data_types.rs

Full Data Types

Strings, hashes, lists, sets, sorted sets, and JSON. All the Redis data structures you rely on.

HSET user:1 name "alice"
LPUSH queue:jobs task1
SADD tags:post:1 "redis"
http_+_redis_protocol.rs

HTTP + Redis Protocol

Connect via standard Redis protocol or HTTP API. Perfect for serverless and edge functions.

POST /v1/redis
{
  "command": ["GET", "key"]
}
jwt_auth.rs

JWT Auth

Secure, engine-bound tokens. Revoke access instantly. Fine-grained permission control.

Authorization: Bearer eyJ...
// Engine: redlite-iad
// Cache: cache_abc123
// PRICING

Pay for what you use.

Simple pricing based on storage and cache size.

STORAGE
$1/GB/mo

Total data stored in your caches

PAGE CACHE
$10/GB/mo

In-memory cache for fast reads

FREE
$0/mo

For trying it out

  • 1 cache
  • 50MB storage
  • 5MB page cache
  • HTTP API
GET STARTED
POPULAR
PRO
$19/mo

For production apps

  • 20 caches
  • 10GB storage
  • 256MB page cache
  • Redis protocol
GET STARTED
BUSINESS
$99/mo

For scaling teams

  • 100 caches
  • 100GB storage
  • 1GB page cache
  • Priority support
GET STARTED
ENTERPRISE
Custom

Large-scale deployments

  • Unlimited caches
  • Volume discounts
  • Dedicated support
  • SLA guarantees
CONTACT SALES

Ready to start caching?

Get your first cache running in under a minute. No credit card required.

CREATE FREE ACCOUNT