Method: Redis#synchronize

Defined in:
lib/redis.rb

#synchronizeObject



68
69
70
# File 'lib/redis.rb', line 68

def synchronize
  mon_synchronize { yield(@client) }
end