io-developer / php-whois

PHP WHOIS provides parsed and raw whois lookup of domains and ASN routes. PHP 8.0 compatible (5.4+ old versions)
MIT License
437 stars 117 forks source link

Redis caching #174

Closed joho1968 closed 1 year ago

joho1968 commented 2 years ago

Description
Support for caching using Redis

io-developer commented 1 year ago

This feature should be implemented via custom loader. Check package - https://github.com/io-developer/php-whois/tree/master/src/Iodev/Whois/Loaders And there is Memcache example - https://github.com/io-developer/php-whois/blob/master/src/Iodev/Whois/Loaders/MemcachedLoader.php