php-redisearch icon indicating copy to clipboard operation
php-redisearch copied to clipboard

PHP Client for RediSearch

Results 13 php-redisearch issues
Sort by recently updated
recently updated
newest added

hi after i do the demo,i found some bugs > During inheritance of Iterator: Uncaught think\exception\ErrorException: Return type of MacFJA\RediSearch\Redis\Response\PaginatedResponse::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange]...

``` Deprecated: Return type of MacFJA\RediSearch\Redis\Response\PaginatedResponse::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/vendor/macfja/redisearch/src/Redis/Response/PaginatedResponse.php on line 69...

bug

I've read the readme and some code like src\Query\Builder\QueryElementVector.php, but cann't find out how to do a similarity search in rediSearch

Right now, if you click refresh page you will get an error the index exists: `Fatal error: Uncaught Predis\Response\ServerException: Index already exists in /var/www/html/vendor/predis/predis/src/Client.php ` Any way to verify if...

question

I added macfja/redisearch ^2.2 to my laravel 9.48 app and got errors : ``ERR unknown command `FT.CREATE`, with args beginning with: `articleIndices`, `SCHEMA`, `title`, `TEXT`, `SORTABLE`, `` when creating index...

question

Unfortunately, as a windows user for local dev there's no such version yet (5.3 or so is highest). This means that the line: `$client = $clientFacade->getClient(new \Redis(['host', 6379])); `will not...

Because some test cases and documents on github are not clear, such as how to create indexes and use geo search, and which methods should be used to create indexes...

question

### Added - Add client for ReactPHP Redis

Hi there, Apologies, not really an issue but hoping to seek some help. My use case is I'm storing events with `startTime` and `endTime` as Unix values in numeric fields....

question

Hey @MacFJA, It's great to see support for amphp/redis built-in! Could you tell me what the notice in https://github.com/MacFJA/php-redisearch/blob/6d3a675c54fc5c9f675c50d860f2b3d50eab1972/src/Redis/Client/AmpRedisClient.php#L75 is supposed to mean?

question