Automattic / wp-memcached

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

Why not Memcached Class? #6

Open enricodeleo opened 8 years ago

enricodeleo commented 8 years ago

Hi everyone,

maybe a silly question here: but why don't use Memcached (with the d) in this implementation? It seems that in php7.0 memcached is preferred (or am I wrong?)

archon810 commented 1 year ago

We implemented support for Memcached and will be posting a PR shortly. Hope it helps someone.