ebd5a4a9 by Jeff Balicki

qqa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 53057059
......@@ -133,7 +133,7 @@ function pull_posts_for_post_list( $data ) {
$last_index = true;
}
// $client->set($request_uri, serialize(['posts'=>$posts,'last_index'=>$last_index]), 'ex', 3600);
$client->set($request_uri, serialize(['posts'=>$posts,'last_index'=>$last_index]), 'ex', 3600);
return ['posts'=>$posts,'last_index'=>$last_index];
......