https://bugzilla.wikimedia.org/show_bug.cgi?id=68841

--- Comment #1 from Ori Livneh <[email protected]> ---
Confirmed. Minimal case:

  $ php5 -r '$redis = new Redis; $redis->connect("localhost");
var_dump($redis->get("nonexistent-key"));'
  bool(false)
  $ hhvm --php -r '$redis = new Redis; $redis->connect("localhost");
var_dump($redis->get("nonexistent-key"));'
  NULL

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to