# File lib/redis.rb, line 2018
def
unwatch
synchronize
do
|
client
|
client
.
call
([
:unwatch
])
end
end