jedis
jedis copied to clipboard
Add support for redis command: CLIENT CACHING
Related to Server Assisted Client Side Caching, #2220
@gkorland @chayim Interested to raise PR here. Please suggest should we create new interface for client commands?
@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 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 If you want, sure!