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

10 Commits

Author SHA1 Message Date
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
Thomas Hunter II
34eac0db40 Fix typo in createClient.js 2018-12-27 14:53:01 -08:00
chestermax01
35facdb1fb Adapt Alibaba Cloud kvstore 2018-05-21 15:46:30 +08:00
calebboyd
1a4c410b41 docs: add note about rediss usage 2018-01-09 17:58:41 +01:00
calebboyd
5d6e471d0c feat: add support for rediss protocol in url 2018-01-09 17:58:41 +01:00
Luke Childs
18924eb240 Save url for later, port_arg might be an object 2017-07-20 09:34:46 -03:00
Ruben Bridgewater
bf394923fd Use built-in error classes to make errors more specific 2016-04-29 04:10:24 +02:00
Ruben Bridgewater
f7c4d131be Remove jshint comments and update istanbul comments 2016-04-29 04:10:23 +02:00
Ruben Bridgewater
5e8a87b4dc Improve createClient function to detect faulty input and throw 2016-03-07 01:57:56 +01:00
Ruben Bridgewater
614e35ab57 Move multi; commands; createClient code into separate files 2016-03-07 01:57:56 +01:00