class Redis

def synchronize

def synchronize
  @monitor.synchronize { yield(@client) }
end