mirror of
https://github.com/fluencelabs/redis
synced 2025-05-02 14:02:14 +00:00
Test: tcl client, unset deferred var on close.
This commit is contained in:
parent
4dfc18596e
commit
256046fdb4
@ -105,6 +105,7 @@ proc ::redis::__method__close {id fd} {
|
||||
catch {close $fd}
|
||||
catch {unset ::redis::fd($id)}
|
||||
catch {unset ::redis::blocking($id)}
|
||||
catch {unset ::redis::deferred($id)}
|
||||
catch {unset ::redis::state($id)}
|
||||
catch {unset ::redis::statestack($id)}
|
||||
catch {unset ::redis::callback($id)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user