install Redis without docker

Hello sir! I am new to the railway. I need to run a redis server. I have no container based application. It's a django app and i need redis installed.
Solution:
You can install redis by right clicking inside of your project, then clicking on "Databases" and you should then see a Redis option this will spin of a Redis database for you which you can connect to from your app...
Jump to solution
4 Replies
Percy
Percy5mo ago
Project ID: N/A
kundhan4
kundhan45mo ago
NA
Solution
Fragly
Fragly5mo ago
You can install redis by right clicking inside of your project, then clicking on "Databases" and you should then see a Redis option this will spin of a Redis database for you which you can connect to from your app
Fragly
Fragly5mo ago
( btw, all apps on Railway are containerized, if you don't provide a Dockerfile then Railway will just build the docker image for you )