mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 13:31:32 +00:00
Revert "Scripting: redis.NIL to return nil bulk replies."
This reverts commit e061d797d7
.
Conflicts:
src/scripting.c
This commit is contained in:
@ -30,10 +30,6 @@ start_server {tags {"scripting"}} {
|
||||
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}}
|
||||
|
Reference in New Issue
Block a user