| PASS |
multi_exec_basic |
both: incr tx_basic_key: 1 |
| PASS |
multi_exec_multiple |
both: set tx_k1 v1: OK, set tx_k2 v2: OK, incr tx_counter: 1 |
| PASS |
multi_exec_empty |
both empty: (empty) |
| PASS |
discard |
both: err:redis: nil |
| PASS |
exec_without_multi |
both returned error |
| PASS |
watch_basic |
both: |
| PASS |
watch_conflict |
both: err:TxFailedErr |
| PASS |
watch_multiple_keys |
both: |
| PASS |
unwatch |
both: set tx_unwatch_key newval: OK |
| PASS |
watch_after_exec |
both: incr tx_exec_key: 2 |
| PASS |
discard_without_multi |
both: (empty) |
| PASS |
queued_command_error |
both: set tx_err_key val: OK, err:WRONGTYPE Operation against a key holding the wrong kind of value |