1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-01 16:46:54 +03:00

Release 4.0.0-rc.1 (#1648)

* 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
This commit is contained in:
Leibale Eidelman
2021-09-06 16:02:53 -04:00
committed by GitHub
parent e9ebdbd1bb
commit 77664c31ff
14 changed files with 106 additions and 93 deletions

View File

@ -3,7 +3,8 @@ name: Benchmark
on:
push:
branches:
- v4
- master
- v4.0
jobs:
benchmark:

View File

@ -3,7 +3,8 @@ name: Documentation
on:
push:
branches:
- v4
- master
- v4.0
jobs:
documentation:

View File

@ -3,7 +3,8 @@ name: Tests
on:
push:
branches:
- v4
- master
- v4.0
jobs:
tests: