Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Client Side Caching Example in src/test/java/redis/clients/jedis/examples #3986

Open
atharva29 opened this issue Oct 4, 2024 · 1 comment

Comments

@atharva29
Copy link

atharva29 commented Oct 4, 2024

Expected behavior

Add example of Client Side Caching in src/test/java/redis/clients/jedis/examples

Write here what you're expecting ...

This example will help developers to write code with ease.
It should include

  • Redis Key SET GET
  • Redis HASH SET GET

Actual behavior

Write here what happens instead ...

Steps to reproduce:

Please create a reproducible case of your problem. Make sure
that case repeats consistently and it's not random
1.
2.
3.

Redis / Jedis Configuration

Jedis version:

Redis version:

Java version:

@mamatthew
Copy link

Hi @atharva29, I noticed there are already examples of client-side cache usage in src/test/java/redis/clients/jedis/csc. Could you clarify how adding an example here would differ from those, or what specific aspect you had in mind?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants