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

15 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
a2de68c572 clean code 2021-07-02 18:27:50 -04:00
leibale
88313bda94 handle ASK errors, add some commands and tests 2021-07-01 15:45:25 -04:00
leibale
33f8d5e484 fix some code analyzers (LGTM, deepsource, codeclimate) issues 2021-06-28 20:19:13 -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
0e8c7ac2a3 add missing file from commit faab94fab2 2021-06-23 18:14:24 -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
199a94fc89 add support for most of the "keys commands" 2021-06-11 13:25:01 -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
7b40258f73 use which to find redis-server path 2021-05-25 09:57:23 -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
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