Hello, I want to make changes in the ruby files in the app/model project in scalelite inside our own dockerized application, and for testing purposes i want to apply these changes to the redis DB. What am i doing is :
1. docker exec -it scalelite-api /bi/sh 2. Going to folder app/model and making changes 3. docker-compose down and up
I am doing something wrong in applying changes process because after running redis-cli commands and i cant see those reflected changes/fields in redis db. Kindly suggest Thank you