You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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 interestedSorry, that was quite optimistic from my side. Dove into the code and realized it might take more time than I would initially expect :)The text was updated successfully, but these errors were encountered: