jedis icon indicating copy to clipboard operation
jedis copied to clipboard

#2220 client-side-caching-poc2

Open tgrall opened this issue 3 years ago • 1 comments

A different approach to the PR #2236

  • here the client should use a different class ClientSideCaching and pass 2 jedis connection (the data and the invalidation / RESP2)
  • this class implement "some" of the JedisCommands and manage the cache

Is that better than the other idea? It is a quick PoC, should I continue this path?

If not interesting, I can simply start with a small blog post showing how to use CSC in a Jedis application (does not have to be "in the client lib" to start.

tgrall avatar Aug 28 '20 05:08 tgrall

@tgrall Looks good to me. WDYT about adding very limited number of constructors to create Jedis internally?

sazzad16 avatar Aug 28 '20 06:08 sazzad16

Can we implement client-side caching based on resp3 and "push" message? 🧐

wp973 avatar Sep 21 '23 12:09 wp973