Created
December 30, 2021 10:54
-
-
Save bnayae/f779cee802d7374d17be4a6811db03ff to your computer and use it in GitHub Desktop.
Deploy REDIS + Modules (focus)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--set image.repository=redislabs/rejson \ | |
--set image.tag=2.0.6 \ | |
--set master.extraFlags='{--loadmodule,/usr/lib/redis/modules/redisearch.so,--loadmodule,/usr/lib/redis/modules/rejson.so}' \ | |
--set replica.extraFlags='{--loadmodule,/usr/lib/redis/modules/redisearch.so,--loadmodule,/usr/lib/redis/modules/rejson.so}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment