consul-go icon indicating copy to clipboard operation
consul-go copied to clipboard

Add caching to the store

Open achille-roussel opened this issue 8 years ago • 0 comments

Going to consul for every read operations is quite wasteful, especially if we are doing a lot of it. Adding a caching layer in the style of what implemented here would be ideal (using blocking queries to update the cache asynchronously).

achille-roussel avatar May 17 '17 04:05 achille-roussel