--- title: Memcached eleventyNavigation: key: Memcached parent: Databases order: 6 --- ## Connection ||| |--- |--- | |Server|localhost or 127.0.0.1| |Port|11211 (Memcached port by default)| Memcached only runs in local mode with isolated permissions (separate user). > [!NOTE] > Memcached is only available on [Private Cloud](/en/docs/admin-billing/billing/private-cloud-prices) environments. On the [Public Cloud](/en/docs/admin-billing/billing/public-cloud-prices) you can run it by following this [guide](/en/docs/development/guides/memcached). --- - [Memcached documentation](https://github.com/memcached/memcached/wiki) - [Configuring a PHP application with Memcached](/en/docs/web-hosting/databases/memcached/php)