-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Implements objecthelp and objectFREQ method. #2141
Conversation
src/main/java/redis/clients/jedis/commands/AdvancedBinaryJedisCommands.java
Outdated
Show resolved
Hide resolved
src/test/java/redis/clients/jedis/tests/commands/ObjectCommandsTest.java
Outdated
Show resolved
Hide resolved
@sazzad16 Travis ci build fail. Can you rerun it? |
@dengliming Apparently Travis CI removed rerun option or limited its support. I couldn't find it, sorry! |
The command "make travis-install" failed and exited. Do you have any idea for this? @sazzad16 |
You should Log in to Travis to check (I think) |
I did. This seems to be due to an unrelated issue. You may after a day or two. @gkorland ping! |
I reran travis and it seems to pass now, it seems like they had some network issues |
src/main/java/redis/clients/jedis/commands/BinaryRedisPipeline.java
Outdated
Show resolved
Hide resolved
src/test/java/redis/clients/jedis/tests/commands/ObjectCommandsTest.java
Outdated
Show resolved
Hide resolved
src/test/java/redis/clients/jedis/tests/commands/ObjectCommandsTest.java
Outdated
Show resolved
Hide resolved
src/test/java/redis/clients/jedis/tests/commands/ObjectCommandsTest.java
Outdated
Show resolved
Hide resolved
jedis.disconnect(); | ||
jedis1.disconnect(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Follow setUp()
.
@sazzad16 It was done. |
src/test/java/redis/clients/jedis/tests/commands/JedisCommandTestBase.java
Outdated
Show resolved
Hide resolved
src/test/java/redis/clients/jedis/tests/commands/JedisCommandTestBase.java
Outdated
Show resolved
Hide resolved
super.tearDown(); | ||
lfuJedis.disconnect(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverse order.
@sazzad16 Thanks again for your patience. |
src/test/java/redis/clients/jedis/tests/commands/ObjectCommandsTest.java
Outdated
Show resolved
Hide resolved
One change request was shown as resolved, even though it wasn't. So I missed it.
Any progress on this? @sazzad16 |
I think so slow
发自我的iPhone
…------------------ Original ------------------
From: dengliming <notifications@github.com>
Date: Fri,Mar 20,2020 10:56 PM
To: xetorthio/jedis <jedis@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: Re: [xetorthio/jedis] Implements objecthelp and objectFREQ method. (#2141)
Any progress on this? @sazzad16
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@dengliming We'll need review from other collaborator. So please wait. Thanks! |
A PR for #2116 and #2117