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

Redis cluster support and timeout control on single query result #99

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

MiltonLai
Copy link

This patch will add Redis cluster support and timeout control on single query result. The timeout timestamp is added to the tail of the serialized bytes to tell if it is expired. When using this in a distributed environment, it is recommended to remove the flushInterval property.

The JUnit Jupiter test cases always failed in my local environment when running "shouldDemonstrateCopiesAreEqual", so I replaced it with standard JUnit.

@raupachz
Copy link
Contributor

Bit much for a single issue, don't you think? I think it is best if you open separates issues. Some of them don't seem related. For example what has Kyro to do with a redis cluster? Why go back to Junit 4 just because your commit needs it?

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

Successfully merging this pull request may close these issues.

None yet

2 participants