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

Allow to append additional salts (e.g. WP_CACHE_KEY_SALT) #17

Open
ihorvorotnov opened this issue Dec 24, 2018 · 0 comments
Open

Allow to append additional salts (e.g. WP_CACHE_KEY_SALT) #17

ihorvorotnov opened this issue Dec 24, 2018 · 0 comments

Comments

@ihorvorotnov
Copy link

ihorvorotnov commented Dec 24, 2018

In addition to #16 it would be nice to allow additional salts, the most important one being WP_CACHE_KEY_SALT, which is used by many object cache drop-ins to guarantee the uniqueness of cache keys.

This wp-cli command does it with additional flag (see the very end of README):

--append=WP_CACHE_KEY_SALT,OTHER_USEFUL_SALT

I'd be happy to bake a PR if you're interested Sorry, that was quite optimistic from my side. Dove into the code and realized it might take more time than I would initially expect :)

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

1 participant