RPC protocol based on memcached 1.
2.3.0
and aboveUse on the client side 2:
Or, connect directly point-to-point:
Custom interfaces can also be used:
It is recommended that method names match the standard method names of memcached, namely: get(key), set(key, value), delete(key).
If the method names do not match the standard method names of memcached, a mapping relationship needs to be configured 3: