Activate the JSON module on redis
When creating a redis db is there a way to activate the json module without creating a custom docker image but rather using the native railway way of creating a redis db?
I tried the MODULE LOAD command but it did not work.
Thanks!
14 Replies
Project ID:
f3e5ee70-4698-44f7-85e8-269b92161486
f3e5ee70-4698-44f7-85e8-269b92161486
deploy a docker image that comes with the json module pre-configured
https://hub.docker.com/r/redis/redis-stack
I am aware of that option, as stated in my question. My question was if its possible without using a different image?
you said creating a custom docker image
deploying the offical redis template and then swapping the image out for the redis-stack image would be the way to go
👍 Thanks
no problem!
@Brody Can you elaborate the swapping out part? I did deploy the docker image I need but on railway is does not show up as redis and does not come with all the fancy tools?
- deploy this template https://railway.app/template/redis
- immediately cancel the build
- remove the pre-existing bitnami redis image from the source settings
- add
redis/redis-stack-server:latest
back to the image sourceGreat, thanks!
let me know if you have any more questions
All cleared up!
awsome!