This is the command redis-cli that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
redis-cli - Command-line client to redis-server
SYNOPSIS
redis-cli [options]
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.
OPTIONS
See redis-doc for more information on the commands Redis accepts.
Use redis-cli online using onworks.net services