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

397 Commits

Author SHA1 Message Date
Leibale
bf97637919 release-it --workspaces-update=false 2023-11-09 21:30:21 -05:00
Leibale
cb0fd4372b Release client@2.0.0-next.3 2023-11-09 21:12:46 -05:00
Leibale
7247777a6f a little bit docs 2023-11-09 21:01:26 -05:00
Leibale
37c39b71c9 fix cluster slots PubSubNode type 2023-11-09 19:57:43 -05:00
Leibale
2d8c0f0b79 getting ready for a beta release :) 2023-11-09 19:12:29 -05:00
Leibale
a5a4cb45ea wip 2023-11-09 11:12:41 -05:00
Leibale
ebca66d6f6 WIP 2023-11-01 14:09:58 -04:00
Leibale
817818aa91 WIP 2023-10-23 15:05:16 -04:00
Leibale
52772858b4 fix FUNCTION STATS 2023-10-02 14:04:02 -04:00
Leibale
867c436bb5 Merge branch 'master' of github.com:redis/node-redis into v5 2023-10-02 14:01:18 -04:00
Leibale
225efc0b43 cluster 2023-10-02 12:03:04 -04:00
Leibale
d1fdf1e7e2 Release client@1.5.11 2023-09-22 07:01:48 -04:00
Leibale
38e9a40d1a fix #2619 #2618 #2617 #2616 - support for node >= 14 2023-09-22 07:00:26 -04:00
Leibale
d62e332470 upgrade deps 2023-09-19 19:25:38 -04:00
Leibale
099f16e45f "forward port" changes from 4.6.9 2023-09-19 19:23:24 -04:00
Leibale
819ca71538 Merge branch 'master' of github.com:redis/node-redis into v5 2023-09-19 18:57:28 -04:00
Leibale
fef006cc1d Release client@1.5.10 2023-09-19 17:53:20 -04:00
Charley DAVID
e00041e0eb Fix: XAUTOCLAIM after a TRIM with pending messages returns nil (#2565)
* fix(client): XCLAIM & XAUTOCLAIM after a TRIM might return nils

* fix(client): Fix race condition in specs

* revert test utils changes

* make tests faster

---------

Co-authored-by: Leibale Eidelman <me@leibale.com>
2023-09-19 17:37:16 -04:00
avinashkrishna613
4ec97be4f0 fix #1956 - add support for LATENCY HISTORY (#2555)
* added support for LATENCY_HISTORY command

* clean code

* Update LATENCY_HISTORY.ts

---------

Co-authored-by: Leibale Eidelman <me@leibale.com>
2023-09-19 16:21:54 -04:00
Asher
6848f3d207 Add support for PUBSUB SHARDNUMSUB (#2541)
* Add support for command 'PUBSUB SHARDNUMSUB'

* Use import from PUBSUB_SHARDNUMSUB

* Add test case for non-empty reply

* clean tests

* run tests in redis >= 7, fix integration test

---------

Co-authored-by: Leibale Eidelman <me@leibale.com>
2023-09-19 15:59:02 -04:00
Moshe L
01ca54e907 fix #1970 - add support for RESTORE (#2535)
* - Added RESTORE functionality

* add FIRST_KEY_INDEX, fix tests, clean example, add example to examples table

* use returnBuffers in test

---------

Co-authored-by: Leibale Eidelman <me@leibale.com>
2023-09-18 19:45:33 -04:00
Evis Cheng
8ecfd3ebda Add support for CLUSTER MYSHARDID (#2528)
* Add support for CLUSTER.MYSHARDID command

* Update CLUSTER_MYSHARDID.ts

* Update CLUSTER_MYSHARDID.spec.ts

* add test and clean code

---------

Co-authored-by: Leibale Eidelman <me@leibale.com>
2023-09-18 19:31:03 -04:00
Leibale
1f97893785 fix ACL GETUSER test 2023-09-18 18:25:13 -04:00
Codrin-Mihai Chira
4e610c2f8a Add support for CLIENT NO-TOUCH (#2497) 2023-09-18 17:49:37 -04:00
Francisco Presencia
fb255eb5d0 Have client.connect() return a Promise<RedisClient> (#2602)
* Connect returns the instance of the client

* Added a test

* No auto setup

* Added a bit of docs

* fix the return type, test, and the docs

* fix return type

* Update packages/client/lib/client/index.spec.ts

Co-authored-by: Francisco Presencia <franciscop@users.noreply.github.com>

---------

Co-authored-by: Leibale Eidelman <me@leibale.com>
2023-09-18 17:40:08 -04:00
Leibale
4976231f24 upgrade deps, remove node 14 & 16 from tests matrix 2023-09-18 17:23:01 -04:00
Leibale
98ab197ee7 update package.json engines.node version to 18 2023-09-18 17:20:09 -04:00
Leibale
4be30ccd0f comment cluster request & response policies (keep v4 behaver) 2023-09-18 17:16:41 -04:00
Leibale
67900a50fa fix some missing node: prefix 2023-09-18 17:15:28 -04:00
Leibale
266d635a60 add node: to node "core modules" imports 2023-09-18 15:03:07 -04:00
Leibale
17cf320651 CLUSERT [INFO|NODES|REPLICAS] 2023-09-12 16:02:12 -04:00
Leibale
9f511f4171 npm update 2023-09-05 18:27:08 -04:00
Leibale
c12dc79950 RedisJSON 2023-09-05 18:19:31 -04:00
Leibale
6512f0a571 Merge branch 'master' of github.com:redis/node-redis into v5 2023-09-05 14:39:57 -04:00
Leibale
3895eb5926 client pool 2023-09-04 17:26:48 -04:00
Leibale
504a05baad Release client@1.5.9 2023-08-23 15:16:51 -04:00
Leibale
fe74e322dd upgrade deps 2023-08-23 14:53:26 -04:00
Joren Vandeweyer
bc8abd5a38 fixes #2524 delaying graceful exit while pingInterval is set (#2525)
* fixes #2524

* `clearTimeout` in `disconnect` too

---------

Co-authored-by: Leibale Eidelman <me@leibale.com>
2023-08-23 13:20:20 -04:00
Leibale
fd016ee1b2 some json and search commands 2023-08-01 14:29:34 -04:00
Leibale
ff07bbf3d3 WIP 2023-07-27 11:23:34 -04:00
Leibale
8369448d05 ref #2565 - fix X[AUTO]CLAIM 2023-07-20 16:04:51 -04:00
Leibale
51a1000603 fix XAUTOCLAIM test for <7.0 2023-07-19 15:11:29 -04:00
Leibale
c02de006db remove .only 2023-07-19 14:22:04 -04:00
Leibale
c9dae346a2 ref #2565 - handle null message in XAUTOCLAIM 2023-07-19 13:59:44 -04:00
Leibale
a3e813d3ac convert "resp types" to interfaces to allow circular references 2023-07-13 13:42:59 -04:00
Leibale
a4aa903987 fix SMEMBERS 2023-07-10 10:32:23 -04:00
Leibale
492c451b2d fix MEMORY STATS 2023-07-06 15:44:24 -04:00
Leibale
7eaf3cdf3d wip 2023-07-06 12:20:46 -04:00
Leibale
5bd6141b22 wip 2023-07-06 12:10:03 -04:00
Leibale
1b363624d8 fix XPENDING_RANGE test 2023-07-06 12:00:15 -04:00