api7 / lua-resty-etcd

Nonblocking Lua etcd driver library for OpenResty

Home Page:https://api7.ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

etcd client cache is supported ?

wuchencm opened this issue · comments

etcd client cache is supported ?

Can you support more information? I don't understand what you mean.

Does the client connect etcd with each request ,else get the key-value from cache of client

This driver is used to directly manipulate etcd, and the cache should be handed to an external package.

This driver is used to directly manipulate etcd, and the cache should be handed to an external package.

Can you provide the link about etcd cache ?thx