mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
a64450ae9d
Replace VitePress/Vue stack with Fumadocs MDX, TanStack Start, React 19, and Vite. Migrate all documentation content to MDX under content/docs/. Add full src/ app with React components, routing, search, and API page. Remove Korrektly integration from CI/CD workflows, Dockerfile, and env vars. Update build pipeline to output to .output/public instead of docs/.vitepress/dist.
21 lines
873 B
Plaintext
21 lines
873 B
Plaintext
---
|
|
title: KeyDB
|
|
description: Deploy KeyDB on Coolify with high-performance multithreading, Redis compatibility, active replication, and FLASH storage support.
|
|
---
|
|
|
|
# KeyDB
|
|
|
|
|
|
|
|
|
|
## What is KeyDB
|
|
|
|
KeyDB is a high-performance fork of Redis, focusing on multithreading, memory efficiency, and high availability. It maintains API compatibility with Redis while offering improved performance, especially on multi-core systems. KeyDB introduces features like active replication, FLASH storage support, and subkey expires to enhance the capabilities of the traditional Redis model.
|
|
|
|
Designed to be a drop-in replacement for Redis, KeyDB aims to provide better resource utilization and scalability for applications requiring high-throughput in-memory data storage and processing.
|
|
|
|
## Links
|
|
|
|
- [The official website](https://keydb.dev/)
|
|
- [GitHub](https://github.com/EQ-Alpha/KeyDB)
|