Skip to content

upstash/react-redis-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ced2f8e · May 20, 2025

History

65 Commits
Nov 8, 2024
Nov 20, 2024
Nov 13, 2024
May 20, 2025
Nov 20, 2024
Nov 8, 2024
Nov 13, 2024
May 5, 2025
Nov 8, 2024
Nov 8, 2024
Nov 12, 2024
May 5, 2025
Nov 12, 2024
Nov 8, 2024
Nov 8, 2024
Nov 8, 2024
Nov 8, 2024
Nov 8, 2024

Repository files navigation

RedisBrowser for Upstash Redis

@upstash/react-redis-browser is a React component that provides a UI for browsing and editing data in your Upstash Redis instances.

Install

Install the databrowser component via npm:

$ npm install @upstash/react-redis-browser

Usage

Here's a basic example of how to use the component:

import { RedisBrowser } from "@upstash/react-redis-browser"
import "@upstash/react-redis-browser/dist/index.css"

export default function RedisBrowserDemo() {
  return (
    <main style={mainStyle}>
      <RedisBrowser 
        url={UPSTASH_REDIS_REST_URL} 
        token={UPSTASH_REDIS_REST_TOKEN} />
    </main>
  )
}

const mainStyle = {
  width: "100vw",
  maxWidth: "900px",
  height: "500px",
  margin: "0 auto",
}

About

React component for Redis data browser

Resources

Stars

Watchers

Forks

Packages

No packages published