Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-20 | 1.8 kB | |
redis@5.1.0 source code.tar.gz | 2025-05-20 | 379.8 kB | |
redis@5.1.0 source code.zip | 2025-05-20 | 943.0 kB | |
Totals: 3 Items | 1.3 MB | 0 |
What's Changed
- fix(client): add type annotations by @nkaradzhov in https://github.com/redis/node-redis/pull/2949
- Export CommandParser from client index file and fix doc by @orgads in https://github.com/redis/node-redis/pull/2945
- fix: fix various command import issues by @nkaradzhov in https://github.com/redis/node-redis/pull/2944
- update package-lock.json by @nkaradzhov in https://github.com/redis/node-redis/pull/2943
- fix
cluster.sUnsubscribe
- makelistener
optional by @Clsan in https://github.com/redis/node-redis/pull/2946 - Disable readOnly for cluster s/pubsub client by @htemelski in https://github.com/redis/node-redis/pull/2950
- Update Redis version to 8.0.1-pre by @bobymicroby in https://github.com/redis/node-redis/pull/2952
- revert the 'total' count logic in AGGREGATE response introduced in [#2952] by @bobymicroby in https://github.com/redis/node-redis/pull/2955
- fix(client): cache subsequent clients by @nkaradzhov in https://github.com/redis/node-redis/pull/2963
- Client Side Caching by @bobymicroby in https://github.com/redis/node-redis/pull/2947
- Fix sentinel csc tests by @htemelski in https://github.com/redis/node-redis/pull/2966
- Introduce socketTimeout option by @nkaradzhov in https://github.com/redis/node-redis/pull/2965
- fix(client): bring disableClientInfo option back by @nkaradzhov in https://github.com/redis/node-redis/pull/2959
- issue/2956 - document disableClientInfo by @garyburgmann in https://github.com/redis/node-redis/pull/2957
New Contributors
- @orgads made their first contribution in https://github.com/redis/node-redis/pull/2945
- @garyburgmann made their first contribution in https://github.com/redis/node-redis/pull/2957
Full Changelog: https://github.com/redis/node-redis/compare/redis@5.0.1...redis@5.1.0