1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-04 15:02:09 +03:00
Commit Graph

457 Commits

Author SHA1 Message Date
Nikolay Karadzhov
52e5562356 Release redis@5.0.1 2025-05-05 12:28:40 +03:00
Nikolay Karadzhov
fd069641f3 Updated the Redis package to use client@5.0.1 2025-05-05 12:21:02 +03:00
Nikolay Karadzhov
71ab009ef8 Release time-series@5.0.1 2025-05-05 12:03:48 +03:00
Nikolay Karadzhov
1e976d24cc Updated the Timeseries package to use client@5.0.1 2025-05-05 12:03:17 +03:00
Nikolay Karadzhov
17179ddb35 Release search@5.0.1 2025-05-05 12:02:20 +03:00
Nikolay Karadzhov
cc13ae298e Updated the Search package to use client@5.0.1 2025-05-05 12:01:39 +03:00
Nikolay Karadzhov
e99cd073b6 Release json@5.0.1 2025-05-05 12:00:46 +03:00
Nikolay Karadzhov
84680d6e5a Updated the Json package to use client@5.0.1 2025-05-05 12:00:10 +03:00
Nikolay Karadzhov
67cde227cc Release entraid@5.0.1 2025-05-05 11:59:07 +03:00
Nikolay Karadzhov
57e5daab98 Updated the Entraid package to use client@5.0.1 2025-05-05 11:58:23 +03:00
Nikolay Karadzhov
6714ad109d Release bloom@5.0.1 2025-05-05 11:57:11 +03:00
Nikolay Karadzhov
2c9faad2d9 Updated the Bloom package to use client@5.0.1 2025-05-05 11:55:40 +03:00
Nikolay Karadzhov
404db30837 Release client@5.0.1 2025-05-05 11:51:15 +03:00
Nikolay Karadzhov
f6912b03da Update packages/redis/README.md (#2935)
* copy root readme into redis readme

* fix links

* update supported versions

* update supported versions
2025-05-05 11:38:51 +03:00
H. Temelski
47e297077a Release redis@5.0.0 2025-04-30 17:20:34 +03:00
Nikolay Karadzhov
1daf0f02da Updated the Redis package to use client@5.0.0 2025-04-30 17:17:15 +03:00
Nikolay Karadzhov
16fb7e02da Release time-series@5.0.0 2025-04-30 17:15:15 +03:00
Nikolay Karadzhov
912e0d8170 Updated the Timeseries package to use client@5.0.0 2025-04-30 17:14:39 +03:00
Nikolay Karadzhov
30cecc4b48 Release search@5.0.0 2025-04-30 17:13:28 +03:00
Nikolay Karadzhov
c942f0eb9f Updated the Search package to use client@5.0.0 2025-04-30 17:12:59 +03:00
Nikolay Karadzhov
b7147911de Release json@5.0.0 2025-04-30 17:07:55 +03:00
Nikolay Karadzhov
7359617047 Updated the Json package to use client@5.0.0 2025-04-30 17:06:44 +03:00
Nikolay Karadzhov
99003307f9 Release entraid@5.0.0 2025-04-30 17:05:46 +03:00
Nikolay Karadzhov
42911295a4 Updated the Entraid package to use client@5.0.0 2025-04-30 17:05:10 +03:00
Nikolay Karadzhov
bd10c92348 Release bloom@5.0.0 2025-04-30 17:04:03 +03:00
Nikolay Karadzhov
091244a32a Updated the Bloom package to use client@5.0.0 2025-04-30 17:00:26 +03:00
Nikolay Karadzhov
bf2b3752d6 Release client@5.0.0 2025-04-30 16:56:53 +03:00
Bobby I.
46bfeaa94e Fix typo and improve Sentinel docs (#2931) 2025-04-30 16:30:16 +03:00
Hristo Temelski
9459660d96 fix(pubsub): Fixed cluster client pubsub logic
* Infer the cluster pubsub client read only mode from the node type

* Modify flag logic
2025-04-30 15:57:01 +03:00
Hristo Temelski
10ff6debab fix(sentinel): Migrated to the new testing framework, fixed issues that were discovered during transition
* [CAE-342] Fix a couple of bugs

* Fixed issue with nodes masterauth persistency, changed docker container

* [CAE-342] Fixed a couple of sentinel issues, enabled most tests

* [CAE-342] Added comment

* [CAE-342] Migrate majority of tests to testUtils

* [CAE-342] Minor refactor

* .

* [CAE-342] Using cae containers for sentinel

* [CAE-342] Improved resiliency of the legacy tests, added TSdoc comment

* [CAE-342] Some extra logging, removed unneeded changes

* [CAE-342] Moved docker env as optional part of redisserverdockerconfig

* [CAE-342] Move password to serverArguments

* [CAE-342] Moved ts-node to devDependencies

* [CAE-342] Reverted legacy testing framework improvements
2025-04-30 15:56:29 +03:00
Nikolay Karadzhov
048df302e4 Fix imports (#2929)
* fix: exports

align exports with v4 as much as possible

* document breaking changes

* export type

return SetOptions export
2025-04-30 14:38:32 +03:00
Bobby I.
5295926cc0 bump test container to 8.0-RC2-pre (#2927) 2025-04-29 10:56:38 +03:00
Daniel Hensby
4d659f0b44 docs: update the default credential provider example (#2919) 2025-04-07 15:29:13 +03:00
Daniel Hensby
bdf95fdfca fix: loosen @azure/identity constraint for @redis/entraid (#2920) 2025-04-02 16:48:21 +03:00
Svetlin Pavlov
924dafabc3 refactor(test-utils): remove TODO comments and TypeScript ignore directives for socket port (#2915) 2025-03-26 15:17:35 +02:00
Bobby I.
a7c96a01f8 fix (entraid): correct package entry point structure (#2917)
- last time we forgot to include `index.ts`
2025-03-25 13:50:16 +02:00
Bobby I.
0f24c7fc21 entraid: update readme.md (#2916) 2025-03-25 11:28:06 +02:00
H. Temelski
73de2cecda Release redis@5.0.0-next.7 2025-03-25 10:38:18 +02:00
H. Temelski
a3debec021 Updated the Redis package to use client@5.0.0-next.7 2025-03-25 10:34:55 +02:00
H. Temelski
57e323ae16 Release bloom@5.0.0-next.7 2025-03-25 10:33:38 +02:00
H. Temelski
ffa00cfbe8 Updated the bloom package to use client@5.0.0-next.7 2025-03-25 10:33:03 +02:00
H. Temelski
1b2eba2b76 Release time-series@5.0.0-next.7 2025-03-25 10:32:21 +02:00
H. Temelski
abba2f8493 Updated the timeseries package to use client@5.0.0-next.7 2025-03-25 10:31:40 +02:00
H. Temelski
17b3304323 Release search@5.0.0-next.7 2025-03-25 10:31:02 +02:00
H. Temelski
c50892a7f7 Updated the search package to use client@5.0.0-next.7 2025-03-25 10:30:08 +02:00
H. Temelski
5a2a61496e Release json@5.0.0-next.7 2025-03-25 10:29:09 +02:00
H. Temelski
60b81ff7f0 Updated the JSON package to use client@5.0.0-next.7 2025-03-25 10:28:15 +02:00
H. Temelski
8ab820c0db Release entraid@5.0.0-next.7 2025-03-25 10:27:10 +02:00
H. Temelski
4f88442f6f Updated the EntraID package to use client@5.0.0-next.7 2025-03-25 10:25:18 +02:00
H. Temelski
bf06a3b703 Release client@5.0.0-next.7 2025-03-25 10:19:53 +02:00