File: redis-cli.1

package info (click to toggle)
redis 2%3A2.8.17-1%2Bdeb8u5
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 6,524 kB
  • ctags: 9,607
  • sloc: ansic: 71,922; tcl: 9,383; perl: 3,931; sh: 3,602; makefile: 1,001; ruby: 244
file content (19 lines) | stat: -rw-r--r-- 654 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 <lamby@debian.org> for the Debian
project (but may be used by others).