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.4] RedisStore::add() #15877

Merged
merged 4 commits into from
Oct 13, 2016
Merged

Conversation

halaei
Copy link
Contributor

@halaei halaei commented Oct 12, 2016

Isolate concurrent calls to Cache::add() when Redis driver is used, just like Memcached.

@halaei
Copy link
Contributor Author

halaei commented Oct 13, 2016

@taylorotwell I found it can be important (not sure how much important) to make LUA scripts as short as possible because of the network bandwidth and also because Redis may choose to log them depending on the server configs. Should we try shrinking LUA scripts used in RedisQueue a little bit?

@taylorotwell taylorotwell merged commit 50e876a into laravel:master Oct 13, 2016
@taylorotwell
Copy link
Member

Thanks

@halaei
Copy link
Contributor Author

halaei commented Oct 13, 2016 via email

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.

2 participants