Tools. For doing stuff with Redis.
$> info <key1> <key2> ...
Print information about Redis's current state to STDOUT. If no keys are specificed then all keys(and their values) are displayed.
$> publish <channel> <msg1> <msg2> ...
Publish one or more messages to a PubSub channel.
This should be taught to read from STDIN.
$> subscribe <channel>
Subscribe to a PubSub channel and print each message received to STDOUT.