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

Maximum key length of 255 is outdated #25

Open
boesing opened this issue Aug 11, 2022 · 0 comments
Open

Maximum key length of 255 is outdated #25

boesing opened this issue Aug 11, 2022 · 0 comments

Comments

@boesing
Copy link
Member

boesing commented Aug 11, 2022

Feature Request

Q A
New Feature yes

Summary

This adapter states that it can only handle cache keys with a maximum length of 255. As per https://www.mongodb.com/docs/manual/reference/limits, it seems that the cache key can be even longer.

In case some1 wants to provide this feature, please remove the appropriate "skipped tests" from the PSR-related integration tests:

$this->skippedTests['testBasicUsageWithLongKey'] = 'SimpleCacheDecorator requires keys to be <= 64 chars';

$this->skippedTests['testBasicUsageWithLongKey'] = self::LONG_KEY_SUPPORT_POSTPONED;

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

No branches or pull requests

1 participant