Caching Reference

Validated on 4 Jul 2021 • Last edited on 5 Dec 2025

Managed Caching is a database engine that supports Redis, an open source, key-value database built with an in-memory design that emphasizes speed. It supports rich data types, atomic operations, and Lua scripting.

The DigitalOcean API lets you manage resources programmatically with standard HTTP requests. All actions available in the control panel are also available through the API.

By sending requests to the API’s /v2/databases endpoint, you can list, create, or delete database clusters as well as scale the size of a cluster, add or remove read-only replicas, and manage other configuration details. See the API documentation on databases for more information.

The DigitalOcean API

You can use the API to manage database clusters, database pools, replicas, and users.

The DigitalOcean Command Line Client, doctl

doctl is the command-line interface for the DigitalOcean API. It supports most of the same actions available in the API and DigitalOcean Control Panel.

doctl supports managing database clusters, database pools, replicas, and users, and more from the command line. See the doctl documentation or use doctl databases --help for more information.

The DigitalOcean MCP Server

The DigitalOcean Model Context Protocol (MCP) server lets you use natural language prompts to interact with DigitalOcean Managed Databases to create, resize, configure, migrate, and inspect clusters across all supported engines. All operations use argument-based input, and no resource URIs are used. The tools also support pagination, configuration management, firewall updates, user management, topic operations for Kafka, and other engine-specific settings where applicable.

Official Redis Documentation

We can't find any results for your search.

Try using different keywords or simplifying your search terms.