Skip to content

Quickstart

  • Node.js 22+
  • npm 10+
  • A Redis instance for validation
  • Local ports 4050 and 4051

From the repository root:

Terminal window
npm install
npm run dev

Development defaults:

  • API: http://localhost:4050
  • Web: http://localhost:4051
  1. Open the web page.
  2. Create the system administrator account.
  3. Sign in and add a Redis connection.
  4. Configure address, authentication, TLS, SSH, Sentinel, or Cluster options.
  5. Test and save the connection.
  6. Open the workspace, choose a database, and scan keys.

With the service running:

Terminal window
npm run smoke:api-security
npm run smoke:integration

Validate writes against test Redis first. Delete, bulk expiration, rename, list pop, set store, and consumer-group operations modify application data immediately.