set _ $e
} {this is an error}
- test {EVAL - Lua nil reply -> Redis protocol type conversion} {
- r eval {return {1,redis.NIL,{nilbulk=true},4}} 0
- } {1 {} {} 4}
-
test {EVAL - Lua table -> Redis protocol type conversion} {
r eval {return {1,2,3,'ciao',{1,2}}} 0
} {1 2 3 ciao {1 2}}
catch {r ping} e
assert_match {BUSY*} $e
catch {r script kill} e
- assert_match {ERR*} $e
+ assert_match {UNKILLABLE*} $e
catch {r ping} e
assert_match {BUSY*} $e
}