You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@
34
34
35
35
## v4.0.0 - 24 Nov, 2021
36
36
37
-
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.
37
+
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.
38
38
39
39
### Breaking Changes
40
40
@@ -49,10 +49,10 @@ This version is a major change and refactor, adding modern JavaScript capabiliti
- Added support for [clustering](../../README.md#cluster)
53
-
- Added idiomatic arguments and responses to [Redis commands](../../README.md#redis-commands)
54
-
- Added full support for [Lua Scripts](../../README.md#lua-scripts)
55
-
- Added support for [SCAN iterators](../../README.md#scan-iterator)
52
+
- Added support for [clustering](./README.md#cluster)
53
+
- Added idiomatic arguments and responses to [Redis commands](./README.md#redis-commands)
54
+
- Added full support for [Lua Scripts](./README.md#lua-scripts)
55
+
- Added support for [SCAN iterators](./README.md#scan-iterator)
56
56
- Added the ability to extend Node Redis with Redis Module commands
57
57
58
58
## v3.1.2
@@ -450,7 +450,7 @@ No code change
450
450
451
451
## v2.2.0 - 12 Oct, 2015 - The peregrino falcon
452
452
453
-
The peregrino falcon is the fasted bird on earth and this is what this release is all about: Increased performance for heavy usage by up to **400%**[sic!] and increased overall performance for any command as well. Please check the benchmarks in the [README.md](README.md) for further details.
453
+
The peregrino falcon is the fasted bird on earth and this is what this release is all about: Increased performance for heavy usage by up to **400%**[sic!] and increased overall performance for any command as well. Please check the benchmarks in the [README.md](./README.md) for further details.
0 commit comments