Redis module installation error
Jamroom Developers
Thanks guys! issue resolved
$_cnt = array(
'search' => array(
"notification_user_id = {$_user['_user_id']}",
"notification_status = unread"
),
'return_keys' => array('_item_id','notification_type','notification_title','notification_url','notification_status'),
'limit' => 1000000,
'skip_triggers' => true,
'pending_check' => false,
'privacy_check' => false,
'no_cache' => true
);
$items = jrCore_db_search_items('xtCustomMod', $_cnt);