Download the PHP package qmegas/memcache-search without Composer
On this page you can find all versions of the php package qmegas/memcache-search. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download qmegas/memcache-search
More information about qmegas/memcache-search
Files in qmegas/memcache-search
Download qmegas/memcache-search
More information about qmegas/memcache-search
Files in qmegas/memcache-search
Vendor qmegas
Package memcache-search
Short Description PHP library to search memcache keys
License MIT
Package memcache-search
Short Description PHP library to search memcache keys
License MIT
Please rate this library. Is it a good library?
Informations about the package memcache-search
Memcache Search
PHP library that allows to search keys in memcache. It uses lru_crawler non-blocking mechanism to iterate between memcache keys.
This libary does not require memcache extension to be installed.
Why it's better then other solution?
- Standart
Memcachedextension have functiongetAllKeyswhich is based onmemcached_dumpfunction which is not guarentee to dump all keys. Also it reported that staring memcache 1.4.23 this function does not work. - Standart
Memcacheextension does not have such functionallity and have different solutions based onstats cachedumpwhich have memcache server performance impact and once again not guarentee to dump all keys.
Installation
Requirements
- PHP >= 7.1
- Memcache server should work on unix-like system and be >= 1.4.24
Usage Examples
License
The library is open-sourced software licensed under the MIT license.
All versions of memcache-search with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package qmegas/memcache-search contains the following files
Loading the files please wait ...