mustard
|
d958c3dcf8
|
Auth before select database (#1679)
* Auth before select database
* fix #1681
Co-authored-by: leibale <leibale1998@gmail.com>
|
2021-10-18 17:53:43 -04:00 |
|
leibale
|
83ddbbfc0a
|
update comments
|
2021-10-14 16:50:48 -04:00 |
|
leibale
|
4b2ad95616
|
fix #1676
|
2021-10-14 16:50:39 -04:00 |
|
leibale
|
a79b8fae4f
|
move from "NodeRedis" to "Redis"
|
2021-10-13 13:37:57 -04:00 |
|
leibale
|
bc1ffbc5db
|
use "export { x as y }" instead of import & const
|
2021-10-12 13:19:30 -04:00 |
|
leibale
|
c8f3327ab7
|
remove whitespace from LICENSE
|
2021-10-12 11:44:16 -04:00 |
|
leibale
|
eb11f8386a
|
fix README
|
2021-10-12 11:43:53 -04:00 |
|
leibale
|
bd67394d02
|
Merge branch 'v4.0' of https://github.com/NodeRedis/node-redis
|
2021-10-11 19:40:42 -04:00 |
|
Leibale Eidelman
|
199285aa71
|
Release 4.0.0-rc.3 (#1678)
* update workflows & README
* add .deepsource.toml
* fix client.quit, add error events on cluster, fix some "deepsource.io" warnings
* Release 4.0.0-rc.1
* add cluster.duplicate, add some tests
* fix #1650 - add support for Buffer in some commands, add GET_BUFFER command
* fix GET and GET_BUFFER return type
* update FAQ
* Update invalid code example in README.md (#1654)
* Update invalid code example in README.md
* Update README.md
Co-authored-by: Leibale Eidelman <leibale1998@gmail.com>
* fix #1652
* ref #1653 - better types
* better types
* fix 54124793ad
* Update GEOSEARCHSTORE.spec.ts
* fix #1660 - add support for client.HSET('key', 'field', 'value')
* upgrade dependencies, update README
* fix #1659 - add support for db-number in client options url
* fix README, remove unused import, downgrade typedoc & typedoc-plugin-markdown
* update client-configurations.md
* fix README
* add CLUSTER_SLOTS, add some tests
* fix "createClient with url" test with redis 5
* remove unused imports
* Release 4.0.0-rc.2
* add missing semicolon
* replace empty "transformReply" functions with typescript "declare"
* fix EVAL & EVALSHA, add some tests, npm update
* fix #1665 - add ZRANGEBYLEX, ZRANGEBYSCORE, ZRANGEBYSCORE_WITHSCORES
* new issue templates
* add all COMMAND commands
* run COMMAND & COMMAND INFO tests only on redis >6
* Create SECURITY.md
* fix #1671 - add support for all client configurations in cluster
* ref #1671 - add support for defaults
* remove some commands from cluster, npm update, clean code,
* lock benny version
* fix #1674 - remove `isolationPoolOptions` when creating isolated connection
* increase test coverage
* update .npmignore
* Release 4.0.0-rc.3
Co-authored-by: Richard Samuelsson <noobtoothfairy@gmail.com>
|
2021-10-11 19:40:14 -04:00 |
|
leibale
|
235db19f79
|
Release 4.0.0-rc.3
v4.0.0-rc.3
|
2021-10-11 19:36:46 -04:00 |
|
leibale
|
b0f657c747
|
update .npmignore
|
2021-10-11 19:34:23 -04:00 |
|
leibale
|
61cec9d06c
|
increase test coverage
|
2021-10-11 19:15:02 -04:00 |
|
leibale
|
40972582f0
|
fix #1674 - remove isolationPoolOptions when creating isolated connection
|
2021-10-11 17:32:49 -04:00 |
|
leibale
|
c650d864d1
|
lock benny version
|
2021-10-11 17:32:15 -04:00 |
|
leibale
|
13d44147db
|
remove some commands from cluster, npm update, clean code,
|
2021-10-11 17:18:41 -04:00 |
|
leibale
|
d7026f619e
|
ref #1671 - add support for defaults
|
2021-10-07 11:44:45 -04:00 |
|
leibale
|
1d684067b6
|
Merge branch 'master' of https://github.com/NodeRedis/node-redis
|
2021-10-07 10:20:40 -04:00 |
|
leibale
|
cc83cee22c
|
fix #1671 - add support for all client configurations in cluster
|
2021-10-07 10:20:21 -04:00 |
|
Leibale Eidelman
|
ef93bb192d
|
Create SECURITY.md
|
2021-10-05 16:53:32 -04:00 |
|
leibale
|
833416c4e9
|
run COMMAND & COMMAND INFO tests only on redis >6
|
2021-10-04 18:27:32 -04:00 |
|
leibale
|
6e7844eca0
|
add all COMMAND commands
|
2021-10-04 17:30:18 -04:00 |
|
leibale
|
5eb06bcaa3
|
new issue templates
|
2021-10-01 15:51:45 -04:00 |
|
leibale
|
43e546df98
|
fix #1665 - add ZRANGEBYLEX, ZRANGEBYSCORE, ZRANGEBYSCORE_WITHSCORES
|
2021-10-01 15:31:00 -04:00 |
|
leibale
|
068f7f49bf
|
fix EVAL & EVALSHA, add some tests, npm update
|
2021-09-29 18:20:50 -04:00 |
|
leibale
|
c19d200b91
|
replace empty "transformReply" functions with typescript "declare"
|
2021-09-29 17:58:16 -04:00 |
|
leibale
|
9a1beedda7
|
add missing semicolon
|
2021-09-23 16:52:34 -04:00 |
|
leibale
|
1c863c5e65
|
Merge branch 'v4.0' of https://github.com/NodeRedis/node-redis
|
2021-09-23 16:37:05 -04:00 |
|
Leibale Eidelman
|
e592d9403d
|
v4.0.0-rc.2 (#1664)
* update workflows & README
* add .deepsource.toml
* fix client.quit, add error events on cluster, fix some "deepsource.io" warnings
* Release 4.0.0-rc.1
* add cluster.duplicate, add some tests
* fix #1650 - add support for Buffer in some commands, add GET_BUFFER command
* fix GET and GET_BUFFER return type
* update FAQ
* Update invalid code example in README.md (#1654)
* Update invalid code example in README.md
* Update README.md
Co-authored-by: Leibale Eidelman <leibale1998@gmail.com>
* fix #1652
* ref #1653 - better types
* better types
* fix 54124793ad
* Update GEOSEARCHSTORE.spec.ts
* fix #1660 - add support for client.HSET('key', 'field', 'value')
* upgrade dependencies, update README
* fix #1659 - add support for db-number in client options url
* fix README, remove unused import, downgrade typedoc & typedoc-plugin-markdown
* update client-configurations.md
* fix README
* add CLUSTER_SLOTS, add some tests
* fix "createClient with url" test with redis 5
* remove unused imports
* Release 4.0.0-rc.2
Co-authored-by: Richard Samuelsson <noobtoothfairy@gmail.com>
|
2021-09-23 16:36:40 -04:00 |
|
leibale
|
01df65157a
|
Release 4.0.0-rc.2
v4.0.0-rc.2
|
2021-09-23 16:36:27 -04:00 |
|
leibale
|
06ee6af14a
|
remove unused imports
|
2021-09-23 16:35:55 -04:00 |
|
leibale
|
7d286e7ebe
|
fix "createClient with url" test with redis 5
|
2021-09-23 16:33:47 -04:00 |
|
leibale
|
5be5474f18
|
Merge branch 'v4.0' of https://github.com/NodeRedis/node-redis
|
2021-09-23 16:30:39 -04:00 |
|
leibale
|
42dcf802b1
|
add CLUSTER_SLOTS, add some tests
|
2021-09-23 16:17:00 -04:00 |
|
leibale
|
9237a4e68a
|
fix README
|
2021-09-23 11:06:30 -04:00 |
|
leibale
|
1c13a6575f
|
update client-configurations.md
|
2021-09-21 18:49:21 -04:00 |
|
leibale
|
ad151cd10d
|
fix README, remove unused import, downgrade typedoc & typedoc-plugin-markdown
|
2021-09-21 18:45:17 -04:00 |
|
leibale
|
1819b9c1c4
|
fix #1659 - add support for db-number in client options url
|
2021-09-21 15:30:25 -04:00 |
|
leibale
|
d79bc55df6
|
upgrade dependencies, update README
|
2021-09-20 19:35:13 -04:00 |
|
leibale
|
4585a52f97
|
Merge branch 'master' of https://github.com/NodeRedis/node-redis
|
2021-09-20 18:59:49 -04:00 |
|
leibale
|
3a169d5e35
|
fix #1660 - add support for client.HSET('key', 'field', 'value')
|
2021-09-20 18:59:42 -04:00 |
|
Leibale Eidelman
|
3cd31e37c2
|
Update GEOSEARCHSTORE.spec.ts
|
2021-09-18 13:55:45 -04:00 |
|
leibale
|
10b9c59e0f
|
fix 54124793ad
|
2021-09-18 06:06:17 -04:00 |
|
leibale
|
54124793ad
|
better types
|
2021-09-18 05:58:08 -04:00 |
|
leibale
|
0ab2245049
|
ref #1653 - better types
|
2021-09-18 05:52:54 -04:00 |
|
leibale
|
d5fa6a3dc6
|
Merge branch 'master' of https://github.com/NodeRedis/node-redis
|
2021-09-14 11:09:38 -04:00 |
|
leibale
|
0f5a278497
|
fix #1652
|
2021-09-14 11:09:31 -04:00 |
|
Richard Samuelsson
|
64f456767e
|
Update invalid code example in README.md (#1654)
* Update invalid code example in README.md
* Update README.md
Co-authored-by: Leibale Eidelman <leibale1998@gmail.com>
|
2021-09-13 22:08:11 -04:00 |
|
leibale
|
b91897acdb
|
update FAQ
|
2021-09-13 20:05:29 -04:00 |
|
leibale
|
9fc08d449c
|
fix GET and GET_BUFFER return type
|
2021-09-13 19:55:37 -04:00 |
|
leibale
|
08837c8648
|
fix #1650 - add support for Buffer in some commands, add GET_BUFFER command
|
2021-09-13 19:49:39 -04:00 |
|