Skip to content

straup/redis-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

redis-tools

Tools. For doing stuff with Redis.

bin

info

$> 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

$> publish <channel> <msg1> <msg2> ...

Publish one or more messages to a PubSub channel.

This should be taught to read from STDIN.

subscribe

$> subscribe <channel>

Subscribe to a PubSub channel and print each message received to STDOUT.

See also

About

Tools. For doing stuff with Redis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages