php-Redis锁、管道、位图、哈希

一. 基于redis上的锁类 <?php class Lock { //得到锁每次尝试间隔,单位:毫秒 const WAIT_SLEEP_TIME = 50; const M_LOCK = 'redis:lock:'; public static function add($key, $timeout=2, $exception=true){ whi
相关文章
相关标签/搜索