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

1694 Commits

Author SHA1 Message Date
Guy Korland
79f34c22a4 Bump version to 3.1.0 (#1590) 2021-04-01 00:43:06 +03:00
leibale
7fdc54ea2f fix for 428e1c8a7b - fix auth retry when redis is in loading state 2021-03-31 14:36:51 -04:00
leibale
09f0fe8228 "fix" tests 2021-03-17 19:28:05 -04:00
Guy Korland
428e1c8a7b Add support for Redis 6 auth pass [user] (#1508)
* Add support for `auth pass user`

* fix lint issues

* fix typo

* fix more lint issues

* more lints fixes

* reverse password user order

* update redis-commands

* Update individualCommands.js

Clean code

* Update individualCommands.js

* Update auth.spec.js

* Update index.js

Co-authored-by: Leibale Eidelman <leibale1998@gmail.com>
2021-03-17 19:21:37 -04:00
Guy Korland
bb208d0b9d Add codeclimate badge (#1572)
Co-authored-by: Leibale Eidelman <leibale1998@gmail.com>
2021-03-10 12:36:13 +02:00
Leibale Eidelman
47e2e3837e Exclude examples from deepsource (#1579) 2021-03-08 16:30:24 -05:00
Leibale Eidelman
fbca5cda0a Upgrade node and dependencies (#1578)
* upgrade workflow actions

* fix setup-node version

* change redis-64 version to 3.0.503

* fix "no password is set" for redis6,
fix tests to work with redis6,
add redis6 to workflows

* do not use assert.match (was added only at v13.6.0 & v12.16.0)

* fix errors.subscribeUnsubscribeOnly regex

* fix invaliodPassword typo

* send --save "" to redis-server in tests

* upgrade dependencies, set node minimum version to 10, use current LTS versions in tests and benchmark workflows

* change windows tests too

* revert mocha back to ^4.1.0

* fix for f5528504a0 - revert mocha back to ^4.1.0

* fix some tests and upgrade mocha

* fix two more tests

* try to fix tests in windows

* upgrade denque and redis-commands
ref #1575

* replace `new Buffer` (deprecated) with `Buffer.from`

* Buffer.from(0) should be Buffer.alloc(0)
2021-03-08 14:12:26 -05:00
Guy Korland
218874432e Create codeql-analysis.yml (#1577) 2021-03-08 08:32:04 +02:00
Guy Korland
32861b5c06 Create .deepsource.toml (#1574) 2021-03-07 20:38:57 +02:00
Guy Korland
2a34d41558 Add LGTM badge (#1571) 2021-03-07 00:22:33 +02:00
Leibale Eidelman
69b7094bba Workflows fixes (#1570)
* upgrade workflow actions
* fix setup-node version
* change redis-64 version to 3.0.503
2021-03-05 11:39:39 +02:00
Guy Korland
49c4131d87 Merge pull request #1531 from marnikvde/improve-docs
docs: improve docs on connect_timeout vs options.retry_strategy and some testing help
2021-03-04 23:26:37 +02:00
Guy Korland
3c8ff5c420 Merge branch 'master' into improve-docs 2021-03-04 23:20:04 +02:00
Guy Korland
685a72d7e1 Merge pull request #1277 from dcharbonnier/patch-1
document camel-case commands
2021-03-04 23:19:09 +02:00
Guy Korland
055f5c561a Merge branch 'master' into patch-1 2021-03-04 23:17:36 +02:00
Guy Korland
c78b6d5f2c Merge pull request #1527 from heynikhil/patch-1
Update README.md
2021-03-04 19:04:50 +02:00
Guy Korland
53f146802d Merge branch 'master' into patch-1 2021-03-04 19:04:34 +02:00
Guy Korland
232f1914a2 Merge pull request #1563 from lebseu/patch-1
Update README.md
2021-03-04 19:03:19 +02:00
Likai Ren
e4cb073be2 Update README.md 2021-02-03 13:25:37 +02:00
Marnik Vander Elst
c42841adf8 add info on connect_timeout option, and some cosmetics 2020-07-18 10:53:38 +02:00
Marnik Vander Elst
9478453e8e more info to run tests 2020-07-18 10:45:14 +02:00
Nikhil Savaliya
9e86cf3c52 Update README.md
In multi example 
replacing err => setError
2020-07-06 13:20:12 +05:30
Salakar
0041e3e53d docs: replace travis badges with GH actions badges 2020-02-11 00:29:04 +00:00
Salakar
cd357652ca chore: run tests on push 2020-02-11 00:19:13 +00:00
Mike Diarmid
f2050f9daf tests: setup GitHub Actions to replace Travis (#1497)
Additionally adds testing against many Node.js versions and Redis versions.
2020-02-11 00:17:09 +00:00
Salakar
61318e6ed6 3.0.2 v3.0.2 2020-02-09 15:46:49 +00:00
Salakar
da31ade348 tests: improve coverage & fix unreachable code branches 2020-02-09 15:44:52 +00:00
Mike Diarmid
43bc8df159 Merge pull request #1496 from NodeRedis/@salakar/travis-windows
fix: windows CI
2020-02-09 14:42:29 +00:00
Salakar
4623cec3c4 docs: update readme to remove unused badge 2020-02-09 14:35:37 +00:00
Salakar
176bfc2101 tests: add comments about travis windows issue workaround 2020-02-09 14:23:47 +00:00
Salakar
9f01198c04 chore: try workaround travis windows hanging issue 2020-02-09 14:13:05 +00:00
Salakar
a7149e39f1 chore: update travis config 2020-02-09 13:58:19 +00:00
Salakar
a6af0c2889 chore: update travis config 2020-02-09 13:48:58 +00:00
Salakar
46246bea06 chore: disable stop-writes-on-bgsave-error on windows (otherwise MISCONF error) 2020-02-09 13:33:47 +00:00
Salakar
377db618d2 chore: remove appveyor 2020-02-09 13:33:12 +00:00
Salakar
cb5d163ccf chore: remove g++ - no longer required 2020-02-09 13:26:26 +00:00
Salakar
853a837df8 chore: add node 10 to builds and wrap windows paths in quotes 2020-02-09 13:18:22 +00:00
Salakar
33363e6a07 chore: configure travis for windows builds 2020-02-09 13:11:47 +00:00
Salakar
8f727993a7 chore: release v3.0.1 2020-02-09 12:42:47 +00:00
Salakar
92ea8e65a9 docs: update changelog 2020-02-09 06:12:51 +00:00
Salakar
79927c56a0 tests: remove unused parser client option from all tests & helpers 2020-02-09 06:08:30 +00:00
Salakar
a513c8b7e2 docs: update readme 2020-02-09 05:48:50 +00:00
Salakar
9d68ae76cd chore: update license 2020-02-09 05:44:10 +00:00
Salakar
59817914cd chore: formatting 2020-02-09 05:42:37 +00:00
Salakar
e0fddd4dea chore: add IDE files to .npmignore 2020-02-09 05:34:48 +00:00
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