antirez eb9e1526e6 DEBUG ERROR implemented.
The new "error" subcommand of the DEBUG command can reply with an user
selected error, specified as its sole argument:

    DEBUG ERROR "LOADING please wait..."

The error is generated just prefixing the command argument with a "-"
character, and replacing newlines with spaces (since error replies can't
include newlines).

The goal of the command is to help in Client libraries unit tests by
making simple to simulate a command call triggering a given error.
2014-03-10 23:04:37 +01:00
..
2012-04-13 18:05:51 -07:00
2013-01-19 11:03:19 +01:00
2013-01-19 11:03:19 +01:00
2014-03-10 23:04:37 +01:00
2013-05-14 11:22:58 +02:00
2013-01-19 11:03:19 +01:00
2014-03-05 10:16:12 +01:00
2013-12-13 13:14:47 +01:00
2013-06-26 15:21:55 +02:00
2013-01-19 11:03:19 +01:00
2014-02-27 15:54:31 +01:00
2013-01-19 11:03:19 +01:00
2014-01-22 09:56:35 +01:00
2013-07-16 15:43:41 +02:00
2013-12-12 11:25:48 +01:00
2013-08-12 11:38:28 +02:00
2013-01-19 11:03:19 +01:00
2013-07-24 18:59:36 +02:00
2013-07-02 12:24:08 +02:00
2011-07-06 15:22:00 +02:00
2014-03-05 14:42:50 +01:00
2013-09-03 15:15:42 +02:00