Drop-in Redis replacement powered by SQLite. Same commands, same clients, dramatically lower costs. No infrastructure to manage.
Nothing you don't.
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
)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") // ⚡ <1msNo clusters to manage. No replicas to configure. Create a cache and start using it immediately.
$ curl -X POST /caches
{
"id": "cache_abc123",
"status": "active"
}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"Connect via standard Redis protocol or HTTP API. Perfect for serverless and edge functions.
POST /v1/redis
{
"command": ["GET", "key"]
}Secure, engine-bound tokens. Revoke access instantly. Fine-grained permission control.
Authorization: Bearer eyJ...
// Engine: redlite-iad
// Cache: cache_abc123Simple pricing based on storage and cache size.
Total data stored in your caches
In-memory cache for fast reads
For production apps
For scaling teams
Large-scale deployments
Get your first cache running in under a minute. No credit card required.
CREATE FREE ACCOUNT→