# File lib/redis.rb, line 988
def
watch
(
*
keys
)
synchronize
do
@client
.
call
[
:watch
,
*
keys
]
end
end