Skip to content

Instantly share code, notes, and snippets.

@bnayae
Created December 30, 2021 10:54
Show Gist options
  • Save bnayae/f779cee802d7374d17be4a6811db03ff to your computer and use it in GitHub Desktop.
Save bnayae/f779cee802d7374d17be4a6811db03ff to your computer and use it in GitHub Desktop.
Deploy REDIS + Modules (focus)
--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