Automattic / wp-memcached

Memcached Object Cache for WordPress.
https://wordpress.org/plugins/memcached/
GNU General Public License v2.0
157 stars 55 forks source link

When key is longer than 250 reduce the length #165

Open edneville opened 1 month ago

edneville commented 1 month ago

If the key is more than 250 characters, reduce it to the first 200, append :redacted: and the md5 of the whole original key.

Closes #35