0.1.4 • Published 10 months ago
@upstash/react-redis-browser v0.1.4
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-browserUsage
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",
}0.1.4
10 months ago
0.1.3
11 months ago
0.1.2-canary-7
12 months ago
0.1.2-canary-8
12 months ago
0.1.2
12 months ago
0.1.2-canary-6
12 months ago
0.1.2-canary-5
12 months ago
0.1.2-canary-4
12 months ago
0.1.2-canary-3
12 months ago
0.1.2-canary-2
12 months ago
0.1.2-canary
12 months ago
0.1.1
12 months ago
0.0.0
12 months ago