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

DATAREDIS-1031 - Fix reactive pExpire/pExpireAt to invoke correct command #474

Closed
wants to merge 2 commits into from

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented Sep 2, 2019

We now invoke the correct PEXPIRE(AT) command. Previously, we invoked EXPIRE/EXPIREAT commands resulting in the wrong command being called.


Related ticket: DATAREDIS-1031.

…mand.

We now invoke the correct PEXPIRE(AT) command. Previously, we invoked EXPIRE/EXPIREAT commands resulting in the wrong command being called.
@awso
Copy link

awso commented Sep 4, 2019

I have the same travis-ci/pr issue in my pull request (#471).
Error msg "The command "~/bin/install-jdk.sh --target "/home/travis/oraclejdk8" --workspace "/home/travis/.cache/install-jdk" --feature "8" --license "BCL"" failed and exited with 3 during ."
Please share lights as how to fix this.

@mp911de
Copy link
Member Author

mp911de commented Sep 4, 2019

TravisCI has removed the ability to install Java 8. We need to enable our builds so they can be built on newer JDK versions. Until then, the TravisCI build is broken.

christophstrobl pushed a commit that referenced this pull request Sep 4, 2019
…mand.

We now invoke the correct PEXPIRE(AT) command. Previously, we invoked EXPIRE/EXPIREAT commands resulting in the wrong command being called.

Original Pull Request: #474
christophstrobl pushed a commit that referenced this pull request Sep 4, 2019
…mand.

We now invoke the correct PEXPIRE(AT) command. Previously, we invoked EXPIRE/EXPIREAT commands resulting in the wrong command being called.

Original Pull Request: #474
@christophstrobl christophstrobl deleted the issue/DATAREDIS-1031 branch September 4, 2019 12:07
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

3 participants