summaryrefslogtreecommitdiffstats
path: root/debian/redis-check-aof.1
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 13:40:54 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 13:40:54 +0000
commit0336e3b7a97fe9ab118065eff0b25fad507a9a50 (patch)
treee49702ccec26f0ace090ed80ad22ec9a4a8975ab /debian/redis-check-aof.1
parentAdding upstream version 5:7.2.4. (diff)
downloadredis-0336e3b7a97fe9ab118065eff0b25fad507a9a50.tar.xz
redis-0336e3b7a97fe9ab118065eff0b25fad507a9a50.zip
Adding debian version 5:7.2.4-1.debian/5%7.2.4-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/redis-check-aof.1')
-rw-r--r--debian/redis-check-aof.117
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).