Libraries
»
redis
(4.2.3)
»
Index
»
Redis
»
#synchronize
Method: Redis#synchronize
Defined in:
lib/redis.rb
#
synchronize
⇒
Object
68 69 70
# File 'lib/redis.rb', line 68
def
synchronize
mon_synchronize
{
yield
(
@client
)
}
end