R
Railway9mo ago
Philly

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
Percy
Percy9mo ago
Project ID: f3e5ee70-4698-44f7-85e8-269b92161486
Philly
Philly9mo ago
f3e5ee70-4698-44f7-85e8-269b92161486
Brody
Brody9mo ago
deploy a docker image that comes with the json module pre-configured https://hub.docker.com/r/redis/redis-stack
Philly
Philly9mo ago
I am aware of that option, as stated in my question. My question was if its possible without using a different image?
Brody
Brody9mo ago
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
Brody
Brody9mo ago
No description
Philly
Philly9mo ago
👍 Thanks
Brody
Brody9mo ago
no problem!
Philly
Philly9mo ago
@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?
Brody
Brody9mo ago
- 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 source
Philly
Philly9mo ago
Great, thanks!
Brody
Brody9mo ago
let me know if you have any more questions
Philly
Philly9mo ago
All cleared up!
Brody
Brody9mo ago
awsome!
Want results from more Discord servers?
Add your server
More Posts