Skip to content

Conversation

@felipehertzer
Copy link
Contributor

@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
@felipehertzer felipehertzer changed the title Removed Duplicated Prefix on DynamoDbStore.php Removed Duplicate Prefix on DynamoDbStore.php Feb 26, 2025
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