You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.