PHP 인터페이스 Cml\Interfaces\Lock

파일 보기 프로젝트 열기: linhecheng/cmlphp

공개 메소드들

메소드 설명
lock ( string $key, boolean $wouldBlock = false ) : mixed 上锁
setExpire ( integer $expire = 100 ) : Redis 设置锁的过期时间
unlock ( string $key ) : void 解锁

메소드 상세

lock() 공개 메소드

上锁
public lock ( string $key, boolean $wouldBlock = false ) : mixed
$key string 要解锁的锁的key
$wouldBlock boolean 是否堵塞
리턴 mixed

setExpire() 공개 메소드

设置锁的过期时间
public setExpire ( integer $expire = 100 ) : Redis
$expire integer
리턴 Cml\Lock\Redis | \Cml\Lock\Memcache | \Cml\Lock\File

unlock() 공개 메소드

解锁
public unlock ( string $key ) : void
$key string
리턴 void