Skip to content

Standard Handler

Scott Mansfield edited this page Feb 28, 2017 · 1 revision

The standard handler implementation is a simple implementation of the github.com/netflix/rend/handlers.Handler interface that is a pass through for the memcached commands given to it. It does little special besides handling multi-get operations. This is the most straightforward implementation to copy the behavior of when starting a custom handler.

Clone this wiki locally