Libraries
»
redis
(3.1.0)
»
Index
»
Redis
»
#synchronize
Method: Redis#synchronize
Defined in:
lib/redis.rb
#
synchronize
⇒
Object
36 37 38
# File 'lib/redis.rb', line 36
def
synchronize
mon_synchronize
{
yield
(
@client
)
}
end