Leibale Eidelman
d4bb5f3ca4
Release client@1.5.0-rc.0
client@1.5.0-next.0
2022-12-26 06:57:20 -05:00
Leibale Eidelman
8ea2123eb0
Merge branch 'master' of github.com:redis/node-redis into sharded-pubusb
2022-12-26 06:45:17 -05:00
Leibale Eidelman
9dccd9a678
Update README.md
2022-12-26 05:22:01 -05:00
Leibale Eidelman
5a41d6d60b
Update README.md
...
https://github.com/badges/shields/issues/8671
2022-12-19 16:15:19 -05:00
Vojtech Novak
f6093b7b0f
fix: zero ttl is ignored ( #2349 )
...
* fix: zero ttl is ignored
* Update SET.ts
* Update SET.ts
Co-authored-by: Leibale Eidelman <me@leibale.com >
2022-12-15 12:04:13 -05:00
Leibale Eidelman
ce1b8f7f4e
ref #1982 - fix redisearch schema types ( #2348 )
2022-12-14 17:11:28 -05:00
Vladimir Chuprazov
ab69c81c36
fix(search): fix types for sort ( #2343 )
2022-12-14 17:03:30 -05:00
Leibale Eidelman
298697a903
Update commands-queue.ts
2022-12-13 18:37:39 -05:00
Leibale Eidelman
9419feff9e
exit "resubscribe" if pubsub not active
2022-12-13 15:33:20 -05:00
Simon Prickett
da3face951
Add connection status check example and documentation. ( #2340 )
...
* Adds example for transactions with arbitrary commands.
* Formatting.
* Adds isReady doc and example for isReady and isOpen.
* Improved example.
* Added isOpen explanation.
* Removed example from a different PR.
2022-12-13 15:19:45 -05:00
Leibale Eidelman
2aab6ebf12
add 'sharded-channel-moved' event to docs, improve the events section in the main README ( fix #2302 )
2022-12-13 15:07:47 -05:00
Leibale Eidelman
b82fcf5d40
handle server sunsubscribe
2022-12-13 12:19:45 -05:00
Leibale Eidelman
52465d5c71
fix tests minimum version
2022-12-12 15:09:07 -05:00
Leibale Eidelman
877e57a7fc
revert changes in cluster/index.ts
2022-12-12 14:55:07 -05:00
Leibale Eidelman
d3cbd0d2b9
remove .only
2022-12-12 14:52:14 -05:00
Leibale Eidelman
811b554c05
fix #2345 - allow PING in PubSub mode (remove client side validation)
2022-12-12 14:49:25 -05:00
Leibale Eidelman
de1281249b
add some tests
2022-12-12 12:28:56 -05:00
Leibale Eidelman
b74f6d490c
fix some bugs, add tests
2022-12-11 22:48:08 -05:00
Leibale Eidelman
f7ce533a0e
remove test.txt
2022-12-11 20:25:09 -05:00
Leibale Eidelman
29e43c766f
PubSubType, not PubSubTypes 🤦♂️
2022-12-11 20:24:52 -05:00
Leibale Eidelman
0b69a25523
add some comments and fix some bugs
2022-12-11 20:20:25 -05:00
Leibale Eidelman
af03ba0abb
run tests in redis 7 only, fix PUBSUB SHARDCHANNELS test
2022-12-10 19:57:52 -05:00
Leibale Eidelman
5dfd673e73
refactor pubsub, add support for sharded pub sub
2022-12-10 19:37:57 -05:00
Leibale Eidelman
118dc11191
Create codeql.yml ( #2336 )
2022-11-30 16:30:31 -05:00
Chayim
72cbceedfd
Removing LGTM as the service is going offline shortly ( #2335 )
2022-11-30 16:27:41 -05:00
Leibale Eidelman
55a3a5165d
Release redis@4.5.1
redis@4.5.1
2022-11-24 14:13:40 -05:00
Leibale Eidelman
ec57a9a77a
upgrade subpackages
2022-11-24 14:12:49 -05:00
Leibale Eidelman
1557164b1c
Release client@1.4.2
client@1.4.2
2022-11-24 14:10:38 -05:00
Leibale Eidelman
549a779a01
Merge branch 'master' of github.com:redis/node-redis
2022-11-24 14:06:20 -05:00
Leibale Eidelman
3b36963986
Release client@1.4.1
client@1.4.1
2022-11-24 14:05:42 -05:00
Leibale Eidelman
13ad249ae6
fix #2010 - stop reconnect after .disconnect() ( #2323 )
...
* fix #2010 - stop reconnect after .disconnect()
* fix quit
2022-11-24 14:03:34 -05:00
Leibale Eidelman
28b9701543
fix #2318 - add MULTI (uppercase) ( #2324 )
2022-11-24 14:01:43 -05:00
Leibale Eidelman
d923f7127a
fix #2205 - reject commands in connect phase when disableOfflineQueue
is true
( #2328 )
2022-11-24 14:01:09 -05:00
Leibale Eidelman
e5532706cf
fix #2205 - reject commands in connect phase when disableOfflineQueue
is true
2022-11-16 16:27:36 -05:00
Leibale Eidelman
d09732280b
Release redis@4.5.0
redis@4.5.0
2022-11-10 03:59:32 -05:00
Leibale Eidelman
787afc9c0a
upgrade @redis deps
2022-11-10 03:59:00 -05:00
Leibale Eidelman
2e6fdee052
Release client@1.4.0
client@1.4.0
2022-11-10 03:56:23 -05:00
Leibale Eidelman
e8dfa6dcb8
Release time-series@1.0.4
time-series@1.0.4
2022-11-10 03:52:29 -05:00
Leibale Eidelman
3c2f7ab92a
Ping interval ( #2321 )
...
* fix #1598 fix #2276 - add `pingInterval` to client config
* setPingTimer on ready (instead of on connect)
* use isReady (instead of isOpen) and fix test
* Update client-configuration.md
2022-11-10 03:49:56 -05:00
alphabetkrish
e0e96aef2a
fix( #2231 ): created doc for using timeseries ( #2312 )
...
* fix(doc): created doc for using timeseries
* fix(doc): created doc for using timeseries
* Apply suggestions from code review
Co-authored-by: Simon Prickett <simon@crudworks.org >
Co-authored-by: Simon Prickett <simon@crudworks.org >
2022-11-06 02:00:35 -05:00
Leibale Eidelman
2a5dc751c0
Release redis@4.4.0
redis@4.4.0
2022-11-01 16:20:39 -04:00
Leibale Eidelman
0550199715
upgrade deps
2022-11-01 16:20:03 -04:00
Leibale Eidelman
c322f3164d
Release graph@1.1.0
graph@1.1.0
2022-11-01 16:17:17 -04:00
Leibale Eidelman
66abec6c3a
Release bloom@1.1.0
bloom@1.1.0
2022-11-01 16:15:08 -04:00
Leibale Eidelman
2eee51a11c
Merge branch 'master' of github.com:redis/node-redis
2022-11-01 16:12:47 -04:00
Leibale Eidelman
aa869b72d4
Release client@1.3.1
client@1.3.1
2022-11-01 16:12:15 -04:00
Leibale Eidelman
597112bf29
Update README.md
2022-11-01 15:54:29 -04:00
Leibale Eidelman
be90e62360
Add support for T-Digest ( #2214 )
...
* wip
* close #2216 - add support for TDIGEST.MERGESTORE and make compression optional on TDIGEST.CREATE
* fix some tdigest commands, use bloom edge docker
* fix index.ts
* 2.4-RC2 (v2.4.1)
* fix some commands and tests
* clean code
2022-11-01 15:45:47 -04:00
Leibale Eidelman
1c6d74ffcb
fix #2189 - add graph --compact support ( #2305 )
...
* fix #2189 - add graph --compact support
* clean code
* fix graph string param escaping
* fix "is not assignable to parameter of type 'GraphClientType'"
* fix README
2022-11-01 15:45:35 -04:00
reviewher
64f86d6a00
disconnect in basic example ( #2235 )
2022-10-31 09:47:53 -04:00