diff options
Diffstat (limited to 'debian/redis-check-aof.1')
-rw-r--r-- | debian/redis-check-aof.1 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/redis-check-aof.1 b/debian/redis-check-aof.1 new file mode 100644 index 0000000..b214da5 --- /dev/null +++ b/debian/redis-check-aof.1 @@ -0,0 +1,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). |