1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-16 08:41:57 +03:00
Commit Graph

1450 Commits

Author SHA1 Message Date
leibale
a84d9eeefb use socket.setNoDelay and queueMicrotask to improve latency 2021-07-19 17:38:48 -04:00
leibale
81456fc1fc fix GEOSEARCH & GEOSEARCHSTORE 2021-07-19 16:59:40 -04:00
leibale
a10b276144 implement some GEO commands, improve scan generic transformer, expose RPUSHX 2021-07-19 16:39:09 -04:00
leibale
c72aab2fc2 run GETDEL tests only if the redis version is greater than 6.2 2021-07-13 19:41:15 -04:00
leibale
4dca486a9c add some missing commands 2021-07-13 19:35:07 -04:00
leibale
bf44b0bf43 use 'fs'.promises instead of 'fs/promises' 2021-07-12 19:09:57 -04:00
leibale
6d73d0fa4e skip AbortController tests when not available 2021-07-12 19:07:33 -04:00
leibale
b6629645cf Do not use "timers/promises", fix "isRedisVersionGreaterThan" 2021-07-12 19:04:14 -04:00
leibale
ad545b8230 fix tests 2021-07-12 18:32:34 -04:00
leibale
31aa61bdda run some tests only on supported redis versions, use coveralls parallel mode 2021-07-12 18:08:54 -04:00
leibale
b855150009 fix build 2021-07-12 13:50:51 -04:00
Leibale Eidelman
e2ed932802 Update tsconfig.json 2021-07-10 02:41:53 -04:00
leibale
91e41af63d remove "lib" from ts compiler options 2021-07-08 18:31:05 -04:00
leibale
14b7843e6b remove future node releases :P 2021-07-08 18:21:57 -04:00
leibale
7d04ddc4cf update tsconfig.json to support node 12, run tests on Redis 5 & 6 and on all node live versions 2021-07-08 18:20:41 -04:00
leibale
62d393a840 change node mimimum version to 12 (latest LTS) 2021-07-08 17:52:29 -04:00
leibale
4056abb598 add test for hScanIterator 2021-07-07 18:35:42 -04:00
leibale
7828fa9077 remove unused function 2021-07-07 18:11:36 -04:00
leibale
c5bde41692 better modules support, fix some bugs in legacy mode, add some tests 2021-07-07 18:02:22 -04:00
leibale
fccb12bd57 fix package.json types field 2021-07-06 12:17:15 -04:00
leibale
a2de68c572 clean code 2021-07-02 18:27:50 -04:00
leibale
81837c67eb fix XTRIM spec file 2021-07-02 17:34:02 -04:00
leibale
d2e01fa013 fix BITFIELD command 2021-07-02 17:27:28 -04:00
leibale
aa10af9ec2 remove 2 unused imports 2021-07-02 16:54:01 -04:00
leibale
6986b9f54c add all ACL subcommands, all MODULE subcommands, and some other commands 2021-07-02 16:36:04 -04:00
leibale
ea1e1eb8dc remove unused imports 2021-07-01 16:11:11 -04:00
leibale
be5ff18d23 replace "modern" with "v4" 2021-07-01 16:00:01 -04:00
leibale
d62e7155ac Release 4.0.0-next.4 v4.0.0-next.4 2021-07-01 15:55:04 -04:00
leibale
88313bda94 handle ASK errors, add some commands and tests 2021-07-01 15:45:25 -04:00
leibale
bf3a5e244f update README.md (thanks to @guyroyse) 2021-06-30 12:37:20 -04:00
leibale
3b283767b8 add missing files from 0feb35a1fb 2021-06-29 19:59:39 -04:00
leibale
0feb35a1fb add HSCAN, clean some commands, add tests for generic transformers 2021-06-29 19:58:17 -04:00
leibale
22c2748fa8 fix CLUSTER_NODES, add some tests 2021-06-28 20:45:42 -04:00
leibale
33f8d5e484 fix some code analyzers (LGTM, deepsource, codeclimate) issues 2021-06-28 20:19:13 -04:00
leibale
2e9e7767d8 app spec files to npmignore 2021-06-24 18:33:33 -04:00
leibale
1e82043149 Release 4.0.0-next.3 v4.0.0-next.3 2021-06-24 18:27:29 -04:00
leibale
b6cd2b36e7 implement a couple of more commands, make cluster random iterator be per node (instead of per slot) 2021-06-24 18:25:19 -04:00
leibale
bfacde3ae4 remove unused files 2021-06-24 16:10:38 -04:00
leibale
8afd260f46 add XREAD and XREADGROUP commands 2021-06-24 15:06:20 -04:00
leibale
eebff251d1 clean ZRANK and ZREVRANK 2021-06-23 18:30:14 -04:00
leibale
0e8c7ac2a3 add missing file from commit faab94fab2 2021-06-23 18:14:24 -04:00
leibale
faab94fab2 add support for List commands, fix some Sorted Set commands, add some cluster commands, spawn cluster for testing, add support for command options in cluster, and more 2021-06-23 18:12:12 -04:00
leibale
ff6125c423 GET.spec.ts 2021-06-22 14:10:52 -04:00
leibale
89157864f0 add support for lua scripts and modules in cluster, spawn cluster for tests, add some cluster tests, fix pubsub listener arguments 2021-06-22 14:05:39 -04:00
leibale
d56b1ded3e clean ZPOPMAX 2021-06-18 17:27:20 -04:00
leibale
fb748495cb make PubSub test more stable 2021-06-18 17:05:56 -04:00
leibale
07f5e7f6b2 lots of todo commends 2021-06-18 16:51:30 -04:00
leibale
93938b4b91 add missing file from commit 53de279afe 2021-06-17 18:24:03 -04:00
leibale
53de279afe add support for most stream commands 2021-06-17 18:22:46 -04:00
leibale
50b35de439 add support for all sorted set commands 2021-06-15 19:27:41 -04:00