Skip to content

Commit

Permalink
Change order of Java clients
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Mar 7, 2011
1 parent 7e121b5 commit 89a4263
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions clients.json
Expand Up @@ -67,12 +67,12 @@
},

{
"name": "JDBC-Redis",
"name": "Jedis",
"language": "Java",
"url": "http://code.google.com/p/jdbc-redis",
"repository": "http://code.google.com/p/jdbc-redis/source/browse",
"repository": "http://github.com/xetorthio/jedis",
"description": "",
"authors": ["mavcunha"]
"authors": ["xetorthio"],
"recommended": true
},

{
Expand All @@ -85,11 +85,12 @@
},

{
"name": "Jedis",
"name": "JDBC-Redis",
"language": "Java",
"repository": "http://github.com/xetorthio/jedis",
"url": "http://code.google.com/p/jdbc-redis",
"repository": "http://code.google.com/p/jdbc-redis/source/browse",
"description": "",
"authors": ["xetorthio"]
"authors": ["mavcunha"]
},

{
Expand Down

0 comments on commit 89a4263

Please sign in to comment.