redis-check-aof - Man Page

Redis AOF file checker and repairer

Synopsis

redis-check-aof [--fix] file.aof

Description

Redis is an open source (BSD licensed), in-memory data structure store, used as database, cache and message broker, found at http://redis.io/

The redis-check-aof command to check or repair redis-server AOF files.

Options

--fix

Fix the file

Bugs

See: http://redis.io/support and https://github.com/antirez/redis/issues

Info

2016 Redis User commands