steelThread / redmon

A web interface for managing redis: cli, admin, and live monitoring
http://steelthread.github.com/redmon/
1.57k stars 127 forks source link

CLI command parsing issue #28

Closed ssimeonov closed 12 years ago

ssimeonov commented 12 years ago

The CLI window gets confused when there are spaces in command arguments.

In the Redmon CLI

redis 127.0.0.1:6379/0>  set users:leto "{name: leto, planet: dune, likes: [spice]}"
(error) ERR wrong number of arguments for 'set' command

In redis-cli

2071[SPX/internal(dev *)]$ redis-cli
redis 127.0.0.1:6379> set users:leto "{name: leto, planet: dune, likes: [spice]}"
OK
steelThread commented 12 years ago

Interesting... Will take a peek.