New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

redis-view

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis-view

Visual Redis testing tool - test your local Redis installation

latest
Source
npmnpm
Version
0.1.7
Version published
Maintainers
1
Created
Source

redis-view

A visual tool to test your local Redis installation from the browser.

Installation

npx redis-view

That's it! This will:

  • Start a local server on port 3000
  • Open your browser automatically
  • Let you connect to Redis and test key/value operations

Features

  • Connect to any Redis instance (configurable host and port)
  • Visual connection status indicator
  • Set, view, and delete key/value pairs
  • CLI Commands tab showing equivalent redis-cli commands

Options

Custom server port

PORT=8080 npx redis-view

Connect to non-default Redis

The UI lets you specify any Redis host and port. Default is localhost:6379.

Development

git clone https://github.com/your-username/redis-view
cd redis-view
pnpm install
pnpm start    # Run the CLI
pnpm dev      # Run with auto-restart on changes

Tech Stack

  • Hono - Web framework
  • ioredis - Redis client
  • petite-vue - Lightweight Vue for the UI
  • Tailwind CSS - Styling via CDN

License

ISC

Keywords

redis

FAQs

Package last updated on 02 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts