Closed ssimeonov closed 12 years ago
The CLI window gets confused when there are spaces in command arguments.
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
redis-cli
2071[SPX/internal(dev *)]$ redis-cli redis 127.0.0.1:6379> set users:leto "{name: leto, planet: dune, likes: [spice]}" OK
Interesting... Will take a peek.
The CLI window gets confused when there are spaces in command arguments.
In the Redmon CLI
In
redis-cli