Júlio Falbo

Results 26 comments of Júlio Falbo

Having the same issue here. ``` zsh: command not found: goto ```

I had the same issue, thanks for reporting and for the PR, hope they will merge it soon and release a new version. The bump from 0.0.9 would be a...

Hi @stIncMale . First I would like to thank you for the thread and for the amazing comment! I'm using Redis as a DLM to avoid 2 bookings for the...

So, we have only a single node that handles writes and stores all the bookings. We also have a replication of this DB but only for read only purpose. About...

Yes, I agree that is possible to have this behavior using, for example, the [SERIALIZABLE](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/transaction/annotation/Isolation.html#SERIALIZABLE) isolation level in the `@Transactional` annotation provided by Spring, but in this case the transaction...

Good point @stIncMale ! So, the lib that I'm using already supports this lock, I'll create another branch and test this new implementation using Postgres to handle the locks. But...