summaryrefslogtreecommitdiffstats
path: root/debian/redis-check-rdb.1
blob: 40f1f695627d700f1ea929d0b8665f08e68be715 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.TH REDIS-CHECK-RDB 1 "December 13, 2018"
.SH NAME
redis-check-rdb \- Check integrity of Redis dumped database file
.SH SYNOPSIS
.B redis-check-rdb
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 database file.
.SH AUTHOR
\fBredis-check-rdb\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).