Skip to content

Use sync lock from cache

Choose a tag to compare

@rjyo rjyo released this 12 Dec 03:02
· 32 commits to master since this release

After we've added the official support of redis-cache adapter, it's obvious that using a process-level SYNC_LOCK will not be able to sync between different instances in a cluster of next-boost.

In this release, the SYNC_LOCK is moved to the cache and thus be able to be shared between instances.