From f4fa63cde34d2e25f836c3fedae1bfa0299c7e7f Mon Sep 17 00:00:00 2001 From: Simon Prickett Date: Tue, 23 Nov 2021 21:49:40 +0000 Subject: [PATCH] Adds intro sentence. --- .github/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 2ab819c7d4..87d668bc7c 100644 --- a/.github/README.md +++ b/.github/README.md @@ -5,13 +5,15 @@ [![License](https://img.shields.io/github/license/redis/node-redis.svg)](https://codecov.io/gh/redis/node-redis) [![Chat](https://img.shields.io/discord/697882427875393627.svg)](https://discord.gg/XMMVgxUm) +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). + ## Installation ```bash npm install redis@next ``` -> :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). +> :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). ## Usage