What will be the most efficient way to isolate operation (in our case 'cas') using memcached-proxy routelib.lua #12
-
What will be the most efficient way to isolate operation ('cas', in our case) using Lua configuration file for the memcached-proxy routelib.lua? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@HMartyrossian can you explain what you want to do once it's isolated? General documentation for the proxy is here: https://docs.memcached/org/features/proxy/ An example of mapping a single command to a specific route handler is here: https://github.com/memcached/memcached-proxylibs/blob/main/lib/routelib/examples/commandmap.lua - this is easy and efficient, but what would you like to do with it from there? |
Beta Was this translation helpful? Give feedback.
@HMartyrossian can you explain what you want to do once it's isolated?
General documentation for the proxy is here: https://docs.memcached/org/features/proxy/
An example of mapping a single command to a specific route handler is here: https://github.com/memcached/memcached-proxylibs/blob/main/lib/routelib/examples/commandmap.lua - this is easy and efficient, but what would you like to do with it from there?