MacFJA / php-redisearch

PHP Client for RediSearch
MIT License
66 stars 9 forks source link

Return empty modules array when module command is not available #42

Closed vlradstake closed 2 years ago

vlradstake commented 2 years ago

When connecting to a Redis server with limited rights the module command may not be available. Predis throws an exception and executing commands is not possible. This happend with Redis Enterprise Cloud server where Redisearch is available but the module command not.

MacFJA commented 2 years ago

Closing in favor of #53