diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 17:31:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 17:31:02 +0000 |
commit | 3f0e321b489e2eb1de700d20b850d5a43aecf769 (patch) | |
tree | 2e1bf6a66273dce009ed7f1f08dfb5bb9424bc80 /debian/redis-sentinel.1 | |
parent | Adding upstream version 5:7.0.15. (diff) | |
download | redis-3f0e321b489e2eb1de700d20b850d5a43aecf769.tar.xz redis-3f0e321b489e2eb1de700d20b850d5a43aecf769.zip |
Adding debian version 5:7.0.15-1~deb12u1.debian/5%7.0.15-1_deb12u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/redis-sentinel.1')
-rw-r--r-- | debian/redis-sentinel.1 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/redis-sentinel.1 b/debian/redis-sentinel.1 new file mode 100644 index 0000000..7f9a6b6 --- /dev/null +++ b/debian/redis-sentinel.1 @@ -0,0 +1,23 @@ +.TH REDIS-SENTINEL 1 "March 20, 2009" +.SH NAME +redis-sentinel \- Persistent key-value database (cluster mode) +.SH SYNOPSIS +.B redis-sentinel +.RI configfile +.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 +.SH OPTIONS +.IP "configfile" +Read options from specified configuration file. +.SH NOTES +On Debian GNU/Linux systems, \fBredis-sentinel\fP is typically started via the +\fB/etc/init.d/redis-sentinel\fP initscript, not manually. This defaults to using +\fB/etc/redis/sentinel.conf\fP as a configuration file. +.SH AUTHOR +\fBredis-sentinel\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). |