1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

2295 Commits

Author SHA1 Message Date
Leibale
6059b1edd8 Merge branch 'v5' of github.com:leibale/node-redis into v5 2023-06-22 18:33:45 -04:00
Leibale
699b6f024d wip 2023-06-22 18:32:15 -04:00
Leibale
437f76c693 wip 2023-06-22 18:27:49 -04:00
Leibale
4a9d934b84 wip 2023-06-22 18:26:22 -04:00
Leibale
2b318d4100 WIP 2023-06-22 18:18:23 -04:00
Leibale
b46f08228c wip 2023-06-21 19:09:45 -04:00
Leibale
4894c26458 wip 2023-06-20 20:04:05 -04:00
Leibale
f22879dffa wip 2023-06-19 18:54:32 -04:00
Leibale
faea2488af wip 2023-06-19 18:54:22 -04:00
Leibale
2455ab2089 wip 2023-06-19 18:40:08 -04:00
Leibale
9d049c31a7 workflow 2023-06-19 18:24:10 -04:00
Leibale
437fc86d9f workflow 2023-06-19 18:18:27 -04:00
Leibale
d4e2ab5f60 wip 2023-06-19 18:16:41 -04:00
Leibale
ec17674a67 workflow 2023-06-19 18:15:02 -04:00
Leibale
b0126c179a npm update 2023-06-19 18:13:45 -04:00
Leibale
03059f785c wip 2023-06-19 18:13:05 -04:00
Leibale
de53b96ba6 Merge branch 'master' of github.com:redis/node-redis into v5 2023-06-19 18:11:46 -04:00
Leibale
f150e86f95 wip 2023-06-19 18:04:31 -04:00
Leibale
9c1f2a0f86 restore programmability docs 2023-06-19 17:13:19 -04:00
Leibale
91be6ac9d4 wip 2023-06-14 15:04:36 -04:00
Leibale
c188a5c781 docs
Co-authored-by: Guy Royse <guy@guyroyse.com>
2023-06-14 15:01:52 -04:00
Leibale
826296fbff remove .only 2023-06-12 11:28:32 -04:00
Leibale
0b0273730a legacy mode 2023-06-12 11:28:13 -04:00
Leibale
9795690364 docs 2023-06-08 07:17:42 -04:00
Leibale
0c6bbc99ef fix for b01f17709f 2023-06-07 11:55:10 -04:00
Leibale
b01f17709f ref #2524 - clear pingInterval timeout on close 2023-06-07 11:51:49 -04:00
Leibale
cf79a806c5 WIP 2023-06-07 11:45:48 -04:00
Leibale
05f9f0ee0d WIP 2023-06-07 11:41:23 -04:00
Leibale
eb47bb03fc some docs
Co-authored-by: Guy Royse <guy@guyroyse.com>
2023-06-07 11:32:15 -04:00
Leibale Eidelman
a7d5bc7ca4 fix #2526 - fix json README links (#2527) 2023-06-06 10:24:59 -04:00
Leibale
8ef0e47e57 RESP docs 2023-06-01 12:39:59 +03:00
Leibale
79b0df8229 Release redis@4.6.7 redis@4.6.7 2023-05-31 15:47:56 +03:00
Leibale
9250fd740c upgrade subpackages 2023-05-31 15:47:25 +03:00
Leibale
2baf5df23c Release client@1.5.8 client@1.5.8 2023-05-31 15:46:32 +03:00
Leibale
99c7cd7c55 Release search@1.1.3 search@1.1.3 2023-05-31 15:44:12 +03:00
Leibale
fcb3a011b5 cluster multi 2023-05-30 19:23:14 +03:00
James White
454617bf83 Add a note about multiple Pub/Sub channel listeners (#2433)
* Add multiple listener language to pub/sub docks

Clarify that multiple subscriptions create multiple listeners.

* Update pub-sub.md

---------

Co-authored-by: Leibale Eidelman <me@leibale.com>
2023-05-29 09:04:30 -04:00
Leibale Eidelman
0298c1ac41 upgrade deps (#2517)
* upgrade deps

* fix graph tests
2023-05-29 09:01:34 -04:00
Leibale Eidelman
100a5232ac use setImmediate instead of queueMicrotask (to improve performance) (#2516) 2023-05-29 09:01:22 -04:00
Kumar Arnav
e696653bf9 Add support for LATENCY LATEST (#2514)
* Add support for LATENCY LATEST.

* Fix the review comments.

* Fix the review comments.

* Update LATENCY_LATEST.ts

* Update dockers.ts

* Update LATENCY_GRAPH.spec.ts

* enable debug mode in tests

---------

Co-authored-by: Leibale Eidelman <me@leibale.com>
2023-05-29 09:00:58 -04:00
Leibale Eidelman
499ea85594 Update search-hashes.js (#2519) 2023-05-29 07:18:59 -04:00
Leibale
2fa33dbbac legacy mode multi 2023-05-28 16:50:48 +03:00
Leibale
dc094eaa9a WIP 2023-05-24 13:59:53 +03:00
Leibale
0e89c667c9 remove .only, fix some errors 2023-05-21 15:47:47 +03:00
fast-facts
85091cde5a Add count option to FT.CURSOR READ (#2492)
* feat: Add count option to FT.CURSOR READ

* Update CURSOR_READ.spec.ts

---------

Co-authored-by: Leibale Eidelman <me@leibale.com>
2023-05-21 08:08:27 -04:00
Codrin-Mihai Chira
d4f194352f XINFO CONSUMERS - add support for the inactive field (#2490)
* Support XINFO CONSUMERS: Added the inactive field

* Update XINFO_CONSUMERS.ts

---------

Co-authored-by: Leibale Eidelman <me@leibale.com>
2023-05-21 08:06:46 -04:00
Nanak
8d37c115e6 Add support for TIMEOUT in FT.AGGREGATE and FT.SEARCH (#2488)
* #2486: add timeout as optional param in FT.Search

* return timeout from aggregate

* add test case for TIMEOUT in aggregate

* add TIMEOUT option in search file

* add test cases for TIMEOUT option in search file

* uodate search/aggregates to add timeout when it is not undefuned

* update search to add timeout when it is not undefuned

* update test case for AGGREGATE
2023-05-21 08:01:17 -04:00
Leibale
15908097c6 replace # with private to improve performance 2023-05-21 13:46:43 +03:00
Leibale
322f6446de ref #2498 - replace yallist with custom made linked list 2023-05-21 13:45:18 +03:00
Chayim
67d9c3c46a syntax (#2510) 2023-05-16 07:15:53 -04:00