summaryrefslogtreecommitdiffstats
path: root/debian/redis-check-aof.1
blob: b214da5c09e0ae996c5a3d6006aaabf2b2b2813b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.TH REDIS-CHECK-AOF 1 "December 13, 2018"
.SH NAME
redis-check-aof \- Check integrity of a Redis .AOF file
.SH SYNOPSIS
.B redis-check-aof
filename
.SH DESCRIPTION
Redis is a key-value database. It is similar to memcached but the dataset is
not volatile and other datatypes (such as lists and sets) are natively
supported.
.PP
This utility checks the integrity of a dumped .AOF file.
.SH AUTHOR
\fBredis-check-aof\fP was written by Salvatore Sanfilippo.
.PP
This manual page was written by Chris Lamb <lamby@debian.org> for the Debian
project (but may be used by others).