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-16 library to use backend batch/clear implementations when available #57

Open
pgautier404 opened this issue Nov 7, 2022 · 1 comment

Comments

@pgautier404
Copy link
Collaborator

The PSR-16 implementations of getMultiple, setMultiple, and deleteMultiple are currently client-side and the clear() method is unimplemented. There is a note in the library's README to set expectations about the resulting performance/availability of those methods. When the backend implementations are available, switch the client methods over and update the documentation.

@GrahamCampbell
Copy link
Contributor

The multiple methods can be more efficiently implemented by using the async client methods from #154.

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

No branches or pull requests

2 participants