Skip to content

Commit

Permalink
feat(extension): add redis sink to build
Browse files Browse the repository at this point in the history
Signed-off-by: Jiyong Huang <huangjy@emqx.io>
  • Loading branch information
ngjaying committed Aug 11, 2021
1 parent 8233f6f commit 709ad44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,12 @@ jobs:
fail-fast: false
matrix:
plugin:
- sinks/file
- sinks/file
- sinks/image
- sinks/influx
- sinks/tdengine
- sinks/zmq
- sinks/redis
- sources/random
- sources/zmq
- functions/accumulateWordCount
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ PLUGINS := sinks/file \
sinks/influx \
sinks/zmq \
sinks/image \
sinks/redis \
sources/random \
sources/zmq \
functions/accumulateWordCount \
Expand Down

0 comments on commit 709ad44

Please sign in to comment.