Agent's Local Redis
Each Superblocks On-Premise Agent includes an embedded Redis service that runs within the agent. 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 agent v1.29.1, the password for the agent's local Redis user is set to a default value. Since this default value is discoverable via the public agent GitHub repo, we recommend setting this to a new value using the SUPERBLOCKS_AGENT_REDIS_PASSWORD environment variable (See deployment-specific settings for Helm).
Otherwise, you generally do not need to configure any Redis settings, as it is an internal implementation detail on the agent.