> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superblocks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Local Redis

The Superblocks data plane includes an embedded Redis service that runs in the container. Redis is used to cache the intermediate step outputs of APIs during execution. This Redis instance is not exposed externally by default and not configured for external network access.

Starting in data plane `v1.29.1`, the password for the local Redis user is set to a default value. Since this default value is discoverable via the public GitHub repo, we recommend setting this to a new value using the `SUPERBLOCKS_AGENT_REDIS_PASSWORD` environment variable (See deployment-specific settings for [Helm](https://github.com/superblocksteam/agent/blob/b98e0980c33b5936ea21dec7cb2322df51e6bcc3/helm/agent/values.yaml#L15-#L18)).

Otherwise, you generally do not need to configure any Redis settings, as it is an internal implementation detail of the data plane.
