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

Removed Duplicated Prefix on DynamoDbStore.php #52986

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

felipehertzer
Copy link

@felipehertzer felipehertzer commented Sep 30, 2024

Close #52954

This PR remove the duplicated prefix when use DynamoDB as cache drive and try to lock

DynamoDB Key now:
laravel_cache_laravel_cache_my-lock

DynamoDB Key after:
laravel_cache_my-lock

As discussed in #52957, reopening this pull request on the master branch

Close #52954

This PR remove the duplicated prefix when use DynamoDB as cache drive and try to lock

DynamoDB Key now:
laravel_cache_laravel_cache_my-lock

DynamoDB Key after:
laravel_cache_my-lock
@felipehertzer felipehertzer changed the title Removed duplicated prefix when use dynamodb cache lock Removed Duplicated Prefix on DynamoDbStore.php Sep 30, 2024
@crynobone crynobone linked an issue Sep 30, 2024 that may be closed by this pull request
@taylorotwell taylorotwell merged commit 87932fb into laravel:master Sep 30, 2024
33 checks passed
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.

[Cache] Duplicate Prefix on DynamoDB when acquire lock
2 participants