Redis How-Tos

Redis is an open source, key-value database built with an in-memory design that emphasizes speed. It has support for rich data types, atomic operations, and Lua scripting.


Getting Started

Create a Redis database cluster from the DigitalOcean Control Panel.
Connect to Redis database clusters from the command line or other applications.
Add additional security to a Redis database cluster by restricting incoming connections.
Migrate an existing Redis database internally or from another provider to DigitalOcean.
Customize the maintenance window for automatic software updates to your database cluster.
Choose and set eviction policies for your Redis database clusters
Organize Redis databases clusters with tags to group and filter databases or create monitoring alert policies for multiple databases at once.

Redis Management

Access and understand performance metrics for nodes in a database cluster.
Update a database’s configuration and parameters.

Cluster Infrastructure

Add standby nodes to new or existing Redis database clusters for high availability.
Configure alert policies based on database cluster performance metrics.

Cluster Management

Increase the size of your database cluster to accommodate your data needs.
Destroy a database cluster to permanently and irreversibly destroy the cluster, its contents, and its automated backups.