Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 214 Bytes

how-to-turn-only-appendonly-aof-in-redis.md

File metadata and controls

14 lines (8 loc) · 214 Bytes

How to turn only Appendonly (AOF) in Redis

Edit /etc/redis/redis.conf Redis configuration file:

appendonly yes
  • appendonly - enables or disabled AOF
  • yes - to enable AOF

group: conf