Add tcl regression test in scripting.tcl to reproduce memory leak.

This commit is contained in:
WuYunlong 2020-02-04 16:34:11 +08:00 committed by antirez
parent 29d4a1502a
commit d2509811b7
1 changed files with 5 additions and 0 deletions

View File

@ -741,3 +741,8 @@ start_server {tags {"scripting repl"}} {
}
}
start_server {tags {"scripting"}} {
r script debug sync
r eval {return 'hello'} 0
r eval {return 'hello'} 0
}