redis-cli - Command-line client to redis-server
Contents
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.
redis-cli provides a simple command-line interface to a Redis server.
Name
redis-cli - Command-line client to redis-server
Options
See redis-doc for more information on the commands Redis accepts.
Synopsis
redis-cli [options]
