diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:40:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:40:54 +0000 |
commit | 0336e3b7a97fe9ab118065eff0b25fad507a9a50 (patch) | |
tree | e49702ccec26f0ace090ed80ad22ec9a4a8975ab /debian/redis-server.1 | |
parent | Adding upstream version 5:7.2.4. (diff) | |
download | redis-1d00fe53b86571e11c0db163f6ca1b29d048e034.tar.xz redis-1d00fe53b86571e11c0db163f6ca1b29d048e034.zip |
Adding debian version 5:7.2.4-1.debian/5%7.2.4-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/redis-server.1')
-rw-r--r-- | debian/redis-server.1 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/redis-server.1 b/debian/redis-server.1 new file mode 100644 index 0000000..180dc60 --- /dev/null +++ b/debian/redis-server.1 @@ -0,0 +1,23 @@ +.TH REDIS-SERVER 1 "March 20, 2009" +.SH NAME +redis-server \- Persistent key-value database +.SH SYNOPSIS +.B redis-server +.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-server\fP is typically started via the +\fB/etc/init.d/redis-server\fP initscript, not manually. This defaults to using +\fB/etc/redis/redis.conf\fP as a configuration file. +.SH AUTHOR +\fBredis-server\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). |