PHP 클래스 Swoole\Component\Redis

파일 보기 프로젝트 열기: matyhtf/swoole_framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$config
$prefix

보호된 프로퍼티들

프로퍼티 타입 설명
$_redis Redis

공개 메소드들

메소드 설명
__call ( $method, $args = [] )
__construct ( $config )
connect ( )
getIncreaseId ( $appKey, integer $init_id = 1 ) : boolean | integer 获取自增ID
syncFromAof ( $file, $dstRedisServer, integer $seek ) : boolean
write ( $fp, $content )

메소드 상세

__call() 공개 메소드

public __call ( $method, $args = [] )

__construct() 공개 메소드

public __construct ( $config )

connect() 공개 메소드

public connect ( )

getIncreaseId() 공개 메소드

获取自增ID
public getIncreaseId ( $appKey, integer $init_id = 1 ) : boolean | integer
$appKey
$init_id integer
리턴 boolean | integer

syncFromAof() 정적인 공개 메소드

static public syncFromAof ( $file, $dstRedisServer, integer $seek ) : boolean
$file
$dstRedisServer
$seek integer
리턴 boolean

write() 정적인 공개 메소드

static public write ( $fp, $content )

프로퍼티 상세

$_redis 보호되어 있는 프로퍼티

protected Redis,Swoole\Component $_redis
리턴 Redis

$config 공개적으로 프로퍼티

public $config

$prefix 공개적으로 정적으로 프로퍼티

public static $prefix