From 0336e3b7a97fe9ab118065eff0b25fad507a9a50 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:40:54 +0200 Subject: Adding debian version 5:7.2.4-1. Signed-off-by: Daniel Baumann --- debian/redis-cli.1 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 debian/redis-cli.1 (limited to 'debian/redis-cli.1') diff --git a/debian/redis-cli.1 b/debian/redis-cli.1 new file mode 100644 index 0000000..75f7a2e --- /dev/null +++ b/debian/redis-cli.1 @@ -0,0 +1,19 @@ +.TH REDIS-CLI 1 "January 13, 2010" +.SH NAME +redis-cli \- Command-line client to redis-server +.SH SYNOPSIS +.B redis-cli +.RI [options] +.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 +\fBredis-cli\fP provides a simple command-line interface to a Redis server. +.SH OPTIONS +See \fBredis-doc\fP for more information on the commands Redis accepts. +.SH AUTHOR +\fBredis-cli\fP was written by Salvatore Sanfilippo. +.PP +This manual page was written by Chris Lamb for the Debian +project (but may be used by others). -- cgit v1.2.3