Skip to content

Commit 99b977f

Browse files
author
Weyoss
committed
docs: update README with v8 release announcement
1 parent 81835e2 commit 99b977f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ A High-Performance Redis Simple Message Queue for Node.js
77
[![Latest Release](https://img.shields.io/github/v/release/weyoss/redis-smq?include_prereleases&label=release&color=green&style=flat-square)](https://github.com/weyoss/redis-smq/releases)
88
![Downloads](https://img.shields.io/npm/dm/redis-smq.svg?style=flat-square)
99

10+
**What's New**
11+
12+
✨ V8 is here! Major architecture improvements, Pub/Sub delivery model, worker threads, enhanced TypeScript support, and more. [See release notes](release-notes/release-v8.md).
13+
1014
**Key Features**
1115

1216
- 🚀 [High-performance message processing](packages/redis-smq/docs/performance.md)
@@ -33,7 +37,7 @@ A High-Performance Redis Simple Message Queue for Node.js
3337
To get started with RedisSMQ, you can install the library using npm:
3438

3539
```bash
36-
npm i redis-smq@rc
40+
npm i redis-smq
3741
```
3842

3943
Don't forget to install a Redis client. Choose either node-redis or ioredis:

0 commit comments

Comments
 (0)