1REDIS-CHECK-AOF(1) User commands REDIS-CHECK-AOF(1)
2
3
4
6 redis-check-aof - Redis AOF file checker and repairer
7
8
10 redis-check-aof [--fix] file.aof
11
12
14 Redis is an open source (BSD licensed), in-memory data structure store,
15 used as database, cache and message broker, found at http://redis.io/
16
17 The redis-check-aof command to check or repair redis-server AOF files.
18
19
21 --fix Fix the file
22
23
24
26 See: http://redis.io/support and
27 https://github.com/antirez/redis/issues
28
30 Copyright © 2006-2016 Salvatore Sanfilippo
31 Redistribution and use in source and binary forms, with or without mod‐
32 ification, are permitted provided that the following conditions are
33 met:
34 * Redistributions of source code must retain the above copyright
35 notice, this list of conditions and the following disclaimer.
36 * Redistributions in binary form must reproduce the above copyright
37 notice, this list of conditions and the following disclaimer in the
38 documentation and/or other materials provided with the distribution.
39 * Neither the name of Redis nor the names of its contributors may be
40 used to endorse or promote products derived from this software with‐
41 out specific prior written permission.
42 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
43 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
44 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTIC‐
45 ULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
46 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
47 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
48 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
49 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
50 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
51 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
52 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
53
54
55
56Redis 2016 REDIS-CHECK-AOF(1)