Skip to content

Commit f4fa63c

Browse files
author
Simon Prickett
committed
Adds intro sentence.
1 parent 13714e6 commit f4fa63c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
[![License](https://img.shields.io/github/license/redis/node-redis.svg)](https://codecov.io/gh/redis/node-redis)
66
[![Chat](https://img.shields.io/discord/697882427875393627.svg)](https://discord.gg/XMMVgxUm)
77

8+
node-redis is a modern, high performance [Redis](https://redis.io) client for Node.js with built-in support for Redis 6.2 commands and modules including [RediSearch](https://redisearch.io) and [RedisJSON](https://redisjson.io).
9+
810
## Installation
911

1012
```bash
1113
npm install redis@next
1214
```
1315

14-
> :warning: The new interface is clean and cool, but if you have an existing code base, you'll want to read the [migration guide](../docs/v3-to-v4.md).
16+
> :warning: The new interface is clean and cool, but if you have an existing codebase, you'll want to read the [migration guide](../docs/v3-to-v4.md).
1517
1618
## Usage
1719

0 commit comments

Comments
 (0)