mirror of
https://github.com/redis/redis.git
synced 2026-06-10 09:23:42 -04:00
Add tcl regression test in scripting.tcl to reproduce memory leak.
This commit is contained in:
parent
2400f5782e
commit
01eaf53bb3
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue