Redis CLI
$ redis-cli
> set name foo
> get name
> set name "foo bar"
> get name
> set a 1
> get a
> incr a
> get a
> set b 1
> keys *
> del b
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help