I`m using REDIS for data cache and I get error “MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled.”
Why I get this error in every few hour ? I create place for data to be stored " CONFIG SET dir “/var/lib/redis” " but after few hour everything disappear… So I have to create folder again.
I`m using AWS EC2 ( ubuntu)
Is there anyone who can help me solve this problem
I’ve never seen that particular tutorial before, there are lots of things that can go wrong though. It’s definitely not canonical
Generally you have to start the redis server with first argument pointing to the file (see this quick start which is verified good). Double check everything is working as you specified in your conf file. In absence of a valid redis.conf file, redis will start will a defaults and it does this almost silently. It’s a pretty common mix up.