1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-10 11:43:01 +03:00
Commit Graph

18 Commits

Author SHA1 Message Date
leibale
31aa61bdda run some tests only on supported redis versions, use coveralls parallel mode 2021-07-12 18:08:54 -04:00
leibale
4056abb598 add test for hScanIterator 2021-07-07 18:35:42 -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
be5ff18d23 replace "modern" with "v4" 2021-07-01 16:00:01 -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
fb748495cb make PubSub test more stable 2021-06-18 17:05:56 -04:00
leibale
50b35de439 add support for all sorted set commands 2021-06-15 19:27:41 -04:00
leibale
c29c1bb7d2 better cluster nodes discorvery strategy after MOVED error, add PubSub test 2021-06-11 17:29:20 -04:00
leibale
c15a8c4304 add support for all set commands (including sScanIterator) 2021-06-09 13:57:39 -04:00
leibale
a20d5b408b add the SCAN command and client.scanIterator 2021-06-01 17:49:49 -04:00
leibale
f62b68d672 replace callbackify with legacyMode 2021-06-01 16:51:22 -04:00
leibale
4cbcc90bbb Add support for lua scripts in client & muilti, fix client socket initiator, implement simple cluster nodes discovery strategy 2021-05-31 10:39:40 -04:00
leibale
1cf95693a9 add support for options in a command function (.get, .set, ...), add support for the SELECT command, implement a couple of commands, fix client socket reconnection strategy, add support for using replicas (RO) in cluster, and more.. 2021-05-25 09:45:38 -04:00
leibale
966c94a078 add isOpen boolean getter on client, add maxLength option to command queue, add test for client.multi 2021-05-13 18:42:59 -04:00
leibale
b472efc116 add socket events on client,
stop reconnectiong when manually calling disconnect,
remove abort signal listener when a command is written on the socket
2021-05-13 17:19:32 -04:00
leibale
25cfd0e6f9 add tests coverage report 2021-05-12 19:16:17 -04:00
leibale
38b2bd75fb spawn redis-servers for tests,
add some tests,
fix client auth on connect
2021-05-12 18:27:35 -04:00
leibale
c9707c9d0d init v4 2021-05-12 14:27:02 -04:00