Quickstart
Requirements
Section titled “Requirements”- Node.js 22+
- npm 10+
- A Redis instance for validation
- Local ports
4050and4051
Start development
Section titled “Start development”From the repository root:
npm installnpm run devDevelopment defaults:
- API:
http://localhost:4050 - Web:
http://localhost:4051
First-run setup
Section titled “First-run setup”- Open the web page.
- Create the system administrator account.
- Sign in and add a Redis connection.
- Configure address, authentication, TLS, SSH, Sentinel, or Cluster options.
- Test and save the connection.
- Open the workspace, choose a database, and scan keys.
Verify security and integration
Section titled “Verify security and integration”With the service running:
npm run smoke:api-securitynpm run smoke:integrationValidate writes against test Redis first. Delete, bulk expiration, rename, list pop, set store, and consumer-group operations modify application data immediately.