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

Update PSR-6 unsupported adapters list in documentation #356

Open
wants to merge 1 commit into
base: 4.1.x
Choose a base branch
from

Conversation

froschdesign
Copy link
Member

Removed `Filesystem` from the list of unsupported adapters as it is no longer relevant. Clarifies the list to better align with the PSR-6 specification requirements.

Signed-off-by: Frank Brückner <dev@froschdesignstudio.de>
@froschdesign froschdesign added Bug Something isn't working Documentation labels Jan 9, 2025
@froschdesign froschdesign added this to the 4.1.1 milestone Jan 9, 2025
Copy link
Member

@gsteel gsteel left a comment

Choose a reason for hiding this comment

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

👍

@@ -49,7 +49,7 @@ found.
## Supported Adapters

The PSR-6 specification requires that the underlying storage support time-to-live (TTL), which is set when the
item is saved. For this reason the following adapters cannot be used: `Dba`, `Filesystem`, `Memory` and `Session`. The
item is saved. For this reason the following adapters cannot be used: `Dba`, `Memory` and `Session`. The
Copy link

Choose a reason for hiding this comment

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

Suggested change
item is saved. For this reason the following adapters cannot be used: `Dba`, `Memory` and `Session`. The
item is saved. For this reason the following adapters **cannot** be used: `Dba`, `Memory` and `Session`. The

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants