<?php * 每分钟百万用户,实时统计最近15分钟在线用户总数 */ class OnlineUser { public $prefix_key = "online";//key前缀 public function __construct() { $this->redis = new Redis(); } /** * 往集合中添加新的在线用户 * * @param $uid */ public function addUser($uid) { $this->redis->sAdd($this->prefix_key . date('hi'), $uid); } /** * 获取在线用户数 * * @param $start_min 统计开始分钟 hi格式 * @param $end_min 统计结束的分钟 * * @return mixed */ public function userNum($start_min, $end_min) { //第一个参数,并集的key名称 $params[] = $this->prefix_key . $start_min . '_' . $end_min; //遍历时间区间内所有的分钟,并放入到参数中 for ($min = $start_min; $min < $end_min; $min++) { $params[] = $this->prefix_key . $min; } //求所有分钟的用户的并集并保存,性能比直接计算返回快很多,省去了数据传输 $num = call_user_func_array([$this->redis, "sUnionStore"], $params); //删除临时并集 $this->redis->delete($params[0]); return $num; } }

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 Chinese version
Chinese version, very easy to use

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

Notepad++7.3.1
Easy-to-use and free code editor