Robuta

https://docs.memcached.org/features/proxy/arch/
This page describes the workings of the Memcached built-in proxy in detail. For a general overview of the built-in proxy, see Built-in proxy. Client...
memcached documentationinternalarchitecture
https://docs.memcached.org/serverguide/performance/
We expect memcached to be fast. Occasionally folks test memcached and see something they don’t expect. This is a short list of how we (the developers and...
memcached documentationperformanceefficiency
https://docs.memcached.org/protocols/
memcached documentationprotocols
https://docs.memcached.org/tutorialcachingstory/
ed note: this is an overview of basic memcached use case, and how memcached clients work Two plucky adventurers, Programmer and Sysadmin, set out on a journey....
memcached documentationstorycaching
https://docs.memcached.org/features/tls/
This documentation is incomplete but the TLS support in memcached is stable. See doc/tls.txt in the repository for design and some implementation details....
tls supportmemcached documentation
https://docs.memcached.org/features/proxy/settings-reference/
This page is a reference for the settings you can optionally define to fine-tune the behavior of the Memcached built-in proxy. For a guide to applying these...
memcached documentationproxysettingsreference
https://docs.memcached.org/features/proxy/examples/
This page includes configuration files for common use cases. For several more examples demonstrating various circumstances and topologies, see the examples...
memcached documentationconfigurationexamples
https://docs.memcached.org/features/proxy/install/
The Memcached built-in proxy is available only if you activate a specific configuration option while compiling Memcached. For this reason, you can run the...
memcached documentationinstallbuiltproxy
https://docs.memcached.org/features/proxy/run/
This page is about running Memcached as a proxy for other Memcached servers. For a general overview of the proxy, see Built-in proxy. For a hands-on tutorial...
memcached documentationrunbuiltproxy
https://docs.memcached.org/
memcached documentation
https://docs.memcached.org/features/proxy/infrastructure/
memcached documentationinfrastructureexamples
https://docs.memcached.org/features/proxy/faq/
For a general overview of the built-in proxy, see Built-in proxy. Why Lua? I thought ya’ll could use a break from YAML :) We use Lua and its extensibility like...
frequently asked questionsmemcached documentation
https://docs.memcached.org/protocols/meta/
NOTE: These commands are new. Please let us know if you run into any trouble with the API or the documentation! The meta protocol is no longer considered...
memcached documentationmetatextprotocol
https://docs.memcached.org/advisories/
memcached documentationadvisories
https://docs.memcached.org/protocols/binary/
Introduction Memcache is a high performance key-value cache. It is intentionally a dumb cache, optimized for speed only. Applications using memcache should not...
memcached documentationbinaryprotocol
https://docs.memcached.org/serverguide/configuring/
Commandline Arguments Memcached comes equipped with basic documentation about its commandline arguments. View memcached -h or man memcached for up to date...
memcached documentationconfiguring
https://docs.memcached.org/features/proxy/configure/
This page is about configuring the Memcached built-in proxy. For a general overview of the proxy, see Built-in proxy. For a hands-on tutorial that guides you...
memcached documentationconfigurebuiltproxy
https://serverpilot.io/docs/guides/servers/packages/memcached/
Learn how to install the Memcached service and commands on your cloud server.
installmemcachedserverpilotdocumentation
https://docs.memcached.org/features/
memcached documentationfeatures
https://docs.memcached.org/troubleshooting/timeouts/
Troubleshooting Timeouts Client complaining about “timeout errors”, but not sure how to track it down? This page will guide you through the most common causes....
memcached documentationclienttimeouts
https://docs.memcached.org/userguide/
user guidememcached documentation
https://docs.memcached.org/features/proxy/api-reference/
This page provides a description of and reference to the Memcached built-in proxy API. These allow customization or replacement of the proxy’s standard route...
api referencememcached documentationproxy
https://docs.memcached.org/features/flashstorage/
This feature is for extending memcached’s memory space onto flash (or similar) storage. Requires memcached 1.6.0 or newer. Quick Start Extstore is an addition...
flash storagememcached documentation
https://docs.memcached.org/advisories/grafanaloki/
Grafana Loki with Extstore You may have seen this excellent blog post:...
memcached documentationloki
https://docs.memcached.org/userguide/faq/
Basics How can you list all keys? You can list all keys using an interface that is deliberately limited. Applications must not rely on reading all keys back...
memcached documentationfaq
https://docs.memcached.org/protocols/binarysasl/
Overview Most deployments of memcached today exist within trusted networks where clients may freely connect to any server and the servers don’t discriminate...
memcached documentationbinarysaslauth
https://docs.memcached.org/advisories/ddos/
Introduction An amplification attack against memcached operates similarly to all DDoS amplification attacks such as NTP or DNS amplification. The attack works...
memcached documentationudpddos
https://docs.memcached.org/features/restart/
Memcached 1.5.18 and newer can recover its cache between clean restarts. It can restart after upgrades of the binary, most changes in settings, and so on. It...
memcached documentationwarmrestart
https://docs.memcached.org/troubleshooting/
memcached documentationtroubleshooting
https://docs.memcached.org/userguide/usecases/
Namespacing Memcached does not natively support namespaces or tags. It’s difficult to support this natively as you cannot atomically expire the namespaces...
use casesmemcached documentation
https://docs.memcached.org/features/proxy/
memcached documentationbuiltproxy
https://docs.memcached.org/protocols/basic/
Memcached handles a small number of basic commands. Full documentation can be found in the Protocol Documentation. Standard Protocol The “standard protocol...
memcached documentationbasictextprotocol