I’m using Custom Python plugin and I would like to store some key value into the Redis DB that had been setup together with the gateway as per the docker instruction.
I am able to save data through tyk.save_data() but it seems that the data does not persist once I restart the server instance through “docker.compose up”. How do it make the value saved permanently?