open() open(string $savePath, mixed $sessName) : bool 打开Session Parameters string $savePath mixed $sessName Throws \think\Exception Returns bool —
write() write(string $sessID, string $sessData) : bool 写入Session Parameters string $sessID string $sessData Returns bool —
gc() gc(string $sessMaxLifeTime) : bool Session 垃圾回收 Parameters string $sessMaxLifeTime Returns bool —
lock() lock(string $sessID, int $timeout = 10) : bool Redis Session 驱动的加锁机制 Parameters string $sessID 用于加锁的sessID int $timeout 默认过期时间 Returns bool —
unlock() unlock(string $sessID) : mixed Redis Session 驱动的解锁机制 Parameters string $sessID 用于解锁的sessID Returns mixed —