mv-steven

Results 4 comments of mv-steven

I agree that `setNx()` is the correct way to handle the locking mechanism. I've used it before and I don't believe I've seen issues with multiple requests. I think it's...

I like the idea of including INSERT statements in the *.sql files and performing an insert if the table is empty. This is helpful if we alter an existing table...

Same here...connection is impossible with new AWS serverless redis.

You could probably just use the OAuth2 server directly https://github.com/thephpleague/oauth2-server Heimdall essentially just makes integrating with the oauth2 server a little easier than doing it yourself.