Download the PHP package perlamutr/php-rdb-parser without Composer
On this page you can find all versions of the php package perlamutr/php-rdb-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download perlamutr/php-rdb-parser
More information about perlamutr/php-rdb-parser
Files in perlamutr/php-rdb-parser
Download perlamutr/php-rdb-parser
More information about perlamutr/php-rdb-parser
Files in perlamutr/php-rdb-parser
Vendor perlamutr
Package php-rdb-parser
Short Description Redis RDB file parser in pure PHP
License MIT
Homepage https://github.com/perlamutr/php-rdb-parser
Package php-rdb-parser
Short Description Redis RDB file parser in pure PHP
License MIT
Homepage https://github.com/perlamutr/php-rdb-parser
Please rate this library. Is it a good library?
Informations about the package php-rdb-parser
Redis dump file (RDB) parser
PHP Implementation of Redis RDB parser
Installation
Use composer :
Usage
All you need is two objects: ReaderFile
to read from rdb-file and Parser
to fetch its keys and values
If may call setSkipData
before parseRDB
method with true
argument. Parser will skip as much as he can and will return Generator with keys and additional information for each of them such as wasted bytes, type of key and file position
All versions of php-rdb-parser with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3
The package perlamutr/php-rdb-parser contains the following files
Loading the files please wait ....