How-To Guides
Creating a Database
KeyDB is a high-performance fork of Redis that offers multithreading, active-active replication, ...
Upgrading to Major Version
Upgrading a database service on Elestio can be done without creating a new instance or performing...
Installing and Updating an Extension
KeyDB supports Redis-compatible modules to extend core database functionality with custom data ty...
Creating Manual Backups
Regular backups are essential when running a KeyDB deployment, especially if you’re using it for ...
Restoring a Backup
Restoring KeyDB backups is critical for disaster recovery, staging environment replication, or ro...
Identifying Slow Queries
Slow commands can impact KeyDB performance, especially under high concurrency or when inefficient...
Detect and terminate long-running queries
Optimizing memory usage in KeyDB is essential for maintaining performance, especially in producti...
Preventing Full Disk
Running out of disk space in a KeyDB environment can result in failed writes, background save err...
Checking Database Size and Related Issues
As your KeyDB data grows especially when using persistence modes like RDB or AOF—it’s essential t...