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