jedis icon indicating copy to clipboard operation
jedis copied to clipboard

Add support for redis command: CLIENT CACHING

Open chayim opened this issue 2 years ago • 4 comments

chayim avatar Feb 09 '22 13:02 chayim

Related to Server Assisted Client Side Caching, #2220

sazzad16 avatar Feb 16 '22 06:02 sazzad16

@gkorland @chayim Interested to raise PR here. Please suggest should we create new interface for client commands?

Razi007 avatar Nov 12 '23 19:11 Razi007

@Razi007 Only this command without #2882 won't make much sense. You can try supporting as many CLIENT commands you can. BTW, supporting CLIENT TRACKING command doesn't only mean just one command but also includes relevant features (i.e. client side caching).

sazzad16 avatar Nov 13 '23 08:11 sazzad16

@sazzad16 Got your point. Please suggest if I should raise initial PR considering CLIENT TRACKING and CLIENT CACHING. Post feedbacks and initial review i will try to contribute other client commands as well

Razi007 avatar Nov 14 '23 20:11 Razi007

@Razi007 If you want, sure!

sazzad16 avatar Nov 15 '23 05:11 sazzad16