PHP Class Angejia\Pea\RedisMeta

Inheritance: implements Angejia\Pea\Meta
Datei anzeigen Open project: angejia/pea Class Usage Examples

Public Methods

Method Description
__construct ( Client $redis )
flush ( $db, $table )
flushAll ( $db, $table )
prefix ( $db, $table, $isForTable = false )

Private Methods

Method Description
getSchemaVersion ( $db, $table )
getUpdateVersion ( $db, $table )

Method Details

__construct() public method

public __construct ( Client $redis )
$redis Predis\Client

flush() public method

public flush ( $db, $table )

flushAll() public method

public flushAll ( $db, $table )

prefix() public method

public prefix ( $db, $table, $isForTable = false )