Method: Redis#synchronize

Defined in:
lib/redis.rb

#synchronizeObject



36
37
38
# File 'lib/redis.rb', line 36

def synchronize
  mon_synchronize { yield(@client) }
end