connect('localhost', 6379); if(!$redis->get('V')) { $redis->set('V', 1); } else { $redis->set('V', $redis->get('V') + 1); } ?> Session =
Application = get('V'); ?> close(); ?>