Skip to content

jedis version up#14

Open
morita-kuma wants to merge 7 commits intopk11:masterfrom
morita-kuma:master
Open

jedis version up#14
morita-kuma wants to merge 7 commits intopk11:masterfrom
morita-kuma:master

Conversation

@morita-kuma
Copy link

  1. updated to 2.7.3 from 2.4.2
  2. replace a deplicated method

@divarvel
Copy link
Collaborator

divarvel commented Mar 9, 2016

Hi, can you squash the commits modifying the pom.xml please?

Other than that, looks good to me.

@graingert
Copy link
Collaborator

@moli9ma can you rebase this on the latest master please?

def get(k: String): Option[String] = {
val f = j.get(k)
if (f == null) None else Some(f)
Option(j.get(k))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is an unrelated fix, can you move it to another PR

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will send this as another PR!

@dontgitit
Copy link

@pk11 Hey, could you take another look at this and merge/release when you get the chance? FWIW looks like #4 was trying to solve the same issue, can probably close that one out

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.

4 participants