I am studying redis.
I got local redis-server(localhost) and access with terminal in same device. Since I heard that redis is memory-database, I expect all data gone when I shutdown the server.
However, When I command "shudown"/"exit"
in redis-cli and restart, data still alive. I think there is an option to control this, but I can not find.
Would you let me know where to find and what has to be changed?