This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 9644350 add redis module dependency (#6357)
9644350 is described below
commit 96443504ccaf26a116eb3b70f44236449205391f
Author: Alexander Pucher <[email protected]>
AuthorDate: Tue Dec 15 14:53:56 2020 -0800
add redis module dependency (#6357)
Co-authored-by: Alexander Pucher <[email protected]>
---
docker/images/pinot-superset/requirements-db.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/docker/images/pinot-superset/requirements-db.txt
b/docker/images/pinot-superset/requirements-db.txt
index 9279d03..2ae777b 100644
--- a/docker/images/pinot-superset/requirements-db.txt
+++ b/docker/images/pinot-superset/requirements-db.txt
@@ -17,3 +17,4 @@
# under the License.
#
pinotdb==0.3.3
+redis==3.4.1
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]