Skip to content

Commit

Permalink
Change order and recommend PHP clients
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Mar 7, 2011
1 parent f9b2ec5 commit 7b69099
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions clients.json
Expand Up @@ -154,27 +154,30 @@
},

{
"name": "Redis PHP bindings",
"name": "Predis",
"language": "PHP",
"repository": "http://code.google.com/p/redis/source/browse/#svn/trunk/client-libraries/php",
"description": "This is a deprecated client, check Predis, Rediska, PHPRedis for up to date alternatives.",
"authors": ["ludo"]
"repository": "http://github.com/nrk/predis",
"description": "Mature and supported",
"authors": ["JoL1hAHN"],
"recommended": true
},

{
"name": "phpredis",
"language": "PHP",
"repository": "http://github.com/owlient/phpredis",
"description": "This is a client written in C as a PHP module.",
"authors": ["yowgi"]
"authors": ["yowgi"],
"recommended": true
},

{
"name": "Predis",
"name": "Rediska",
"language": "PHP",
"repository": "http://github.com/nrk/predis",
"description": "Mature and supported",
"authors": ["JoL1hAHN"]
"url": "http://rediska.geometria-lab.net",
"repository": "http://github.com/Shumkov/Rediska",
"description": "",
"authors": ["shumkov"]
},

{
Expand All @@ -185,6 +188,14 @@
"authors": ["justinpoliey"]
},

{
"name": "Redis PHP bindings",
"language": "PHP",
"repository": "http://code.google.com/p/redis/source/browse/#svn/trunk/client-libraries/php",
"description": "This is a deprecated client, check Predis, Rediska, PHPRedis for up to date alternatives.",
"authors": ["ludo"]
},

{
"name": "desir",
"language": "Python",
Expand Down Expand Up @@ -250,15 +261,6 @@
"authors": ["antirez"]
},

{
"name": "Rediska",
"language": "PHP",
"url": "http://rediska.geometria-lab.net",
"repository": "http://github.com/Shumkov/Rediska",
"description": "",
"authors": ["shumkov"]
},

{
"name": "ServiceStack.Redis",
"language": "C#",
Expand Down

0 comments on commit 7b69099

Please sign in to comment.