Important
Stay updated on React2Shell

How to reset the secret for your Redis integration

This will guide you how to update the password for a Redis databse.

1 min read
Last updated December 7, 2025

When you change the Redis database password, the current one will immediately stop working. All projects that rely on the password will be unable to connect to the database until they are re-deployed.

Secret rotation is a security best practice that limits the exposure window if a credential is compromised. You might rotate secrets when:

  • A team member with access to credentials leaves
  • You suspect a credential has been exposed
  • Your security policy requires periodic rotation

These steps will guide you on updating the password for your Redis database.

  • You have a Redis database through a Native integration from Vercel Marketplace.
  • You have access to manage your account's resources, including your Redis integration.
  1. From your Vercel dashboard, go to the Integrations tab.
  2. Next to the integration, select the Manage button. Native integrations appear with a billable badge.
  3. On the Integrations page, select the Open in Redis button.
The database view from the Redis dashboard, showing a single database in the list.The database view from the Redis dashboard, showing a single database in the list.
Redis database list
The page for a database on the Redis dashboardThe page for a database on the Redis dashboard
A Redis database
The security section for a Redis dashboard. The form is in Edit mode, allowing the password to be updated.The security section for a Redis dashboard. The form is in Edit mode, allowing the password to be updated.
Redis database security section
  • Go back to your Redis integration on Vercel and confirm the new API secret is present
  • Deploy any connected projects in Vercel

Was this helpful?

supported.
How to reset the secret for your Redis integration | Knowledge Base