NewFacts
redis

Redis

www.redis.com

## What is the procedure to switch from RDB to AOF persistence in Redis 2.0?

To switch from RDB snapshots to AOF persistence in Redis 2.0, users must back up the latest dump.rdb file, stop all writes, run 'redis-cli BGREWRITEAOF' to create the AOF file, edit redis.conf to enable appendonly persistence, and restart the server to apply changes.

Knowledge provided by NewFacts.

If any information on this page is erroneous, please contact hello@newfacts.org.

NewFacts content is verified by brands themselves. If you're a brand owner and want to claim your page, please click here.