errors: 10 passed, 0 failed
| Status | Test Name | Details |
|---|---|---|
| PASS | err_wrong_num_args | ERR wrong number of arguments for 'set' command |
| PASS | err_unknown_command | ERR unknown command 'NONEXISTENTCMD', with args beginning with: |
| PASS | err_not_integer | ERR value is not an integer or out of range |
| PASS | err_db_index | ERR DB index is out of range |
| PASS | err_bitop_wrongtype | WRONGTYPE Operation against a key holding the wrong kind of value |
| PASS | err_syntax_error | ERR syntax error |
| PASS | wrongtype_lpush_string | WRONGTYPE Operation against a key holding the wrong kind of value |
| PASS | wrongtype_get_list | WRONGTYPE Operation against a key holding the wrong kind of value |
| PASS | wrongtype_sadd_string | WRONGTYPE Operation against a key holding the wrong kind of value |
| PASS | noscript_evalsha | NOSCRIPT No matching script. Please use EVAL. |