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