Skip to content

Commit

Permalink
Test: tcl client, unset deferred var on close.
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Jun 18, 2014
1 parent 36bbfee commit 9162b5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/support/redis.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down

0 comments on commit 9162b5f

Please sign in to comment.