Skip to content

Instantly share code, notes, and snippets.

@quard8
Created March 3, 2011 22:26
Show Gist options
  • Save quard8/853752 to your computer and use it in GitHub Desktop.
Save quard8/853752 to your computer and use it in GitHub Desktop.
$wantsSet = new Rediska_Key_Set("user:".$uid.":m");
$intersect = $wantsSet->intersect(new Rediska_Key_Set("user:".$uid.":w"));
$yeahCount = count($intersect);
if($intersect !== false && $yeahCount > 0)
{
$rediska->publish("notify", json_encode(array("uid" => $uid, 'count' => $yeahCount)));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment