Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.2] have withoutOverlapping() method use the cache for storage of the lock file #10965

Closed
wants to merge 7 commits into from

Conversation

tomschlick
Copy link
Contributor

Useful for multiple server setups. Allows resiliency & the ability to store the lock file in any cache driver (file, database, redis, memcached, etc).

@tomschlick tomschlick changed the title have withoutOverlapping() method use the cache for storage of the lock file [5.2] have withoutOverlapping() method use the cache for storage of the lock file Nov 15, 2015
*
* @var Illuminate\Contracts\Cache\Repository
*/
public $cache = null;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need to have = null

@GrahamCampbell
Copy link
Member

Please could you send to the new 5.2 branch. ;)

@GrahamCampbell
Copy link
Member

Also, please only send one commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants