Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
975a5b6f
Commit
975a5b6f
authored
Apr 21, 2009
by
antirez
Browse files
forgot to comment testing code in PHP lib. Now it is ok
parent
8d03032a
Changes
1
Hide whitespace changes
Inline
Side-by-side
client-libraries/php/redis.php
View file @
975a5b6f
...
@@ -358,8 +358,11 @@ class Redis {
...
@@ -358,8 +358,11 @@ class Redis {
}
}
}
}
/*
$r = new Redis();
$r = new Redis();
var_dump($r->set("foo","bar"));
var_dump($r->get("foo"));
var_dump($r->get("foo"));
var_dump($r->info());
var_dump($r->info());
*/
?>
?>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment