I was wondering how to disable presistence in redis. There is mention of the possibility of doing this here: http://redis.io/topics/persistence. I mean it in the exact same sens
If you want to avoid playing with redis.conf (dev/test environments), you can do it through the command line with
redis.conf
redis-server --save "" --appendonly no
(tested with redis server 3.2.6 and 5.0.5)
3.2.6
5.0.5