You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
update docs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## v4.0.0
|
||||
## v4.0.0 - 24 Nov, 2021
|
||||
|
||||
This version is a major change and refactor, adding modern JavaScript capabilities and multiple breaking changes. See the [migration guide](../../docs/v3-to-v4.md) for tips on how to upgrade.
|
||||
|
||||
@@ -17,10 +17,10 @@ This version is a major change and refactor, adding modern JavaScript capabiliti
|
||||
|
||||
- Added support for Promises
|
||||
- Added built-in TypeScript declaration files enabling code completion
|
||||
- Added support for [clustering](../../.github/README.md#cluster)
|
||||
- Added idiomatic arguments and responses to [Redis commands](../../.github/README.md#redis-commands)
|
||||
- Added full support for [Lua Scripts](../../.github/README.md#lua-scripts)
|
||||
- Added support for [SCAN iterators](../../.github/README.md#scan-iterator)
|
||||
- Added support for [clustering](../../README.md#cluster)
|
||||
- Added idiomatic arguments and responses to [Redis commands](../../README.md#redis-commands)
|
||||
- Added full support for [Lua Scripts](../../README.md#lua-scripts)
|
||||
- Added support for [SCAN iterators](../../README.md#scan-iterator)
|
||||
- Added the ability to extend Node Redis with Redis Module commands
|
||||
|
||||
## v3.1.2
|
||||
|
Reference in New Issue
Block a user