Skip to content

Commit 96fa7db

Browse files
committed
2 parents edb2672 + f7206f8 commit 96fa7db

File tree

1 file changed

+4
-25
lines changed

1 file changed

+4
-25
lines changed

README.md

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,16 @@
11
# RedisBrowser for Upstash Redis
22

3-
`@upstash/react-redis-browser` is a React component that provides a UI for browsing and editing data in your Upstash Redis instances. It’s easy to set up and integrate into your React applications. This guide will help you get started with the installation and basic usage.
3+
`@upstash/react-redis-browser` is a React component that provides a UI for browsing and editing data in your Upstash Redis instances.
44

5-
## Table of Contents
6-
7-
- [Install](#1-install)
8-
- [Configuration](#2-configuration)
9-
- [Usage](#3-usage)
10-
11-
## 1. Install
5+
### Install
126

137
Install the databrowser component via npm:
148

15-
```sh-session
9+
```bash
1610
$ npm install @upstash/react-redis-browser
1711
```
1812

19-
## 2. Configuration
20-
21-
### Environment Variables
22-
23-
Configure your Upstash Redis REST URL and token as environment variables:
24-
25-
```sh-session
26-
NEXT_PUBLIC_UPSTASH_REDIS_REST_URL=YOUR_REDIS_REST_URL
27-
NEXT_PUBLIC_UPSTASH_REDIS_REST_TOKEN=YOUR_REDIS_REST_TOKEN
28-
```
29-
30-
## 3. Usage
31-
32-
### Creating the Data Browser Component
33-
34-
In your React application, create a new component that will utilize @upstash/react-redis-browser.
13+
### Usage
3514

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

0 commit comments

Comments
 (0)