Skip to content
This repository was archived by the owner on Feb 17, 2022. It is now read-only.

Added Cache Locking

Choose a tag to compare

@DarkGhostHunter DarkGhostHunter released this 04 Aug 06:52
· 2 commits to stable since this release
9dd708d

This version maintains the same syntax but adds a fourth parameter to use a cache lock. This will avoid data races when multiple process execute the same query without waiting until the cache data is available.

What's added?

  • The wait fourth parameter to acquire a cache lock.