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

1649 Commits

Author SHA1 Message Date
Salakar
2500aa595d chore: release v3.0.0 v3.0.0 2020-02-09 05:29:40 +00:00
Salakar
d7470f257a docs: issue template formatting 2020-02-09 05:26:34 +00:00
Mike Diarmid
dd8bf59fb7 feat: v3.0.0 release changes (#1494)
See CHANGELOG.md
2020-02-09 05:21:48 +00:00
Salakar
5b94673fb6 docs 2020-02-09 04:59:59 +00:00
Salakar
caa5ac7098 docs & npm ignore 2020-02-09 04:55:18 +00:00
Salakar
f45850505d docs 2020-02-09 04:54:12 +00:00
Salakar
bf673baca7 docs 2020-02-09 04:50:48 +00:00
Salakar
d92665d931 docs 2020-02-09 04:48:48 +00:00
Salakar
30dd8cf879 docs 2020-02-09 03:59:02 +00:00
Salakar
24824efdcc remove deprecated new Buffer() usage 2020-02-09 03:58:55 +00:00
Salakar
6803cf4e8f docs 2020-02-09 03:07:01 +00:00
Salakar
41c8177e8d docs 2020-02-09 02:43:10 +00:00
Salakar
7ce0858456 docs 2020-02-09 02:28:12 +00:00
Salakar
bb05064b14 format docs 2020-02-09 02:15:44 +00:00
Salakar
144b7edd85 start of work towards v3 release 2020-02-09 02:08:46 +00:00
Salakar
c0cc0bfab4 start of work towards v3 release 2020-02-09 02:05:21 +00:00
Mike Diarmid
1d8fa45689 tests: fix windows text 2020-02-07 02:01:52 +00:00
Mike Diarmid
aca53deb40 tests: fix CI failures 2020-02-07 01:56:03 +00:00
Salakar
feb4652ad2 tests: disable node > 12 tests on windows, nyc fails to launch
nyc needs upgrading to v15, but v15 only works in node versions that support let/const
2020-02-07 01:48:23 +00:00
Salakar
3569a68f5d tests: fix test on windows 2020-02-07 01:46:35 +00:00
Salakar
caaae9c97f chore: update denque to v1.4.1 2020-02-07 01:24:25 +00:00
Salakar
6ce845f620 chore: set package min node version to >=v4 2020-02-07 01:23:17 +00:00
Salakar
9220016c7d tests: use util.getSystemErrorName for errno 2020-02-07 01:06:47 +00:00
Salakar
9e3b57eae7 tests: use util.getSystemErrorName for errno 2020-02-07 00:54:52 +00:00
Salakar
9d65e1c3ed tests: fix buffer test (failed due to new parser) & remove unused node feature checks (< 4) 2020-02-07 00:31:08 +00:00
Salakar
13ec6afe58 tests: fix Error & Domain tests on Node >= 13 2020-02-06 23:59:31 +00:00
Salakar
36b62fe579 tests: fix error codes test Node >= 13 2020-02-06 22:26:55 +00:00
Salakar
031e00f22e tests: fix socket timeout test Node <= 4 2020-02-06 22:13:22 +00:00
Salakar
5be0d3a78e chore: update .gitignore 2020-02-06 22:00:11 +00:00
Salakar
0adcb73801 tests(travis): cache stunnel install 2020-02-06 21:45:34 +00:00
Salakar
694154b377 chore: add IDE files to .gitignore 2020-02-06 21:33:03 +00:00
Salakar
17c1233988 tests(appveyor): drop < node v4 & add v13 2020-02-06 21:30:15 +00:00
Salakar
a4fec3c361 tests(travis): drop < node v4, add v13 & install stunnel 2020-02-06 21:29:02 +00:00
Salakar
7c551bf474 tests: fix tls tests and enable stunnel tests for travis 2020-02-06 21:27:49 +00:00
Salakar
fbdac9e0ad tests: remove hiredis from testing suite
as parser no longer supports hiredis
2020-02-06 21:26:53 +00:00
Salakar
c78e55d874 tests: use stream timeout property instead of internal property
fixes broken test
2020-02-06 21:25:28 +00:00
Indospace.io
1f5555d96e feat(commands): update redis-commands version (#1454)
update redis-commands and redis-parser

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
2020-02-03 17:57:59 +00:00
Vissarut Tantiwattanarom
78936ac50c feat(parser): update to latest Redis parser & errors (#1470)
* Update redis errors and redis parser
* Fix lint errors
* Add node 12 to travis ci
* Add appveyor node 12
* Fix some of existing errors

This drops support for hiredis.
2020-02-03 17:53:56 +00:00
German Capuano
1f082aca54 docs(*): additional clarification of Pub/Sub section (#1489)
The previous phrasing wasn't clear to me. The oxford comma is necessary to avoid ambiguity.
2020-02-03 14:45:00 +00:00
medifle
87e382a1df docs(*): fix async function syntax error (#1490) 2020-02-03 13:59:34 +00:00
Arun Raghavan
a60261da04 Update to recent redis-commands (#1425)
This includes commands from Redis 5.0, including streams-related API.
2019-05-07 22:51:11 +02:00
Mario de Frutos Dieguez
f384e86302 Added timestamp to debug traces (#1426)
* Added timestamp to debug traces

* Make it compatible with node 0.10 and 0.12
2019-05-07 22:50:25 +02:00
Bryan English
12265a5079 Remove clientError handler
This event is never emitted on net.Socket or tls.TLSSocket streams in
any of the supported versions of Node.js.
2019-02-07 13:36:00 +01:00
JinHyuk Kim
50b4009005 fix incorrect code for eslint rules (#1367)
* fix code for eslint rules
2019-02-06 15:19:03 +01:00
Andy Ganchrow
128ca62346 test: Fix typo encountert in test 2019-02-05 21:39:03 +01:00
Andy Ganchrow
171cbc5a09 Fix typo in index.js 2019-02-05 21:39:03 +01:00
andy addington
06635b77cc test: Fix typo in assertEquals message 2019-02-05 21:39:03 +01:00
Kyle J. Davis
bdc7356b37 Merge pull request #1403 from tlhunter/patch-1
Fix typo in createClient.js
2018-12-28 06:33:43 -07:00
Thomas Hunter II
34eac0db40 Fix typo in createClient.js 2018-12-27 14:53:01 -08:00
Kyle J. Davis
95b8f1a73a Merge pull request #1396 from betimer/master
Add delay option for socket.setKeepAlive
2018-12-04 07:41:53 -07:00