RPC protocol implemented based on Redis 1.
2.3.0
Use on the client side 2:
Alternatively, point-to-point direct connection:
You can also use a custom interface:
It is recommended that the method names match the standard Redis method names, namely: get(key), set(key, value), delete(key).
If the method names differ from the standard Redis method names, you will need to configure the mapping 3: