Skip to content

Releases: ethanhann/redisearch-php

1.5.0

26 May 03:41
Compare
Choose a tag to compare

The tag search feature isn't in this release. Made a Git tag before merging the feature I meant to merge. Sorry

1.4.0

10 Feb 21:39
Compare
Choose a tag to compare
Release 1.4.0

1.3.0

09 Dec 22:05
Compare
Choose a tag to compare
Release 1.3.0

1.1.2

02 May 03:46
Compare
Choose a tag to compare
Release 1.1.2

1.1.1

26 Apr 13:08
Compare
Choose a tag to compare

Fix issue with implicitly named indexes.

1.1.0

25 Apr 22:34
Compare
Choose a tag to compare

Introduce support for aggregations.

1.0.0

12 Apr 02:45
Compare
Choose a tag to compare
Release 1.0.0

0.10.0

08 Apr 00:10
ec755b8
Compare
Choose a tag to compare
  1. Remove RedisClient class and add adapter functionality.
  2. There are now adapters for Predis, PhpRedis, and the Cheprasov client. They all extend AbstractRedisClient which implements RedisClientInterface. An additional adapter can be created by extending AbstractRedisClient or by implementing RedisClientInterface if needed for some reason.
  3. Handle RediSearch module error when index is created on a Redis database other than 0.
  4. Return boolean true instead of "OK" when using PredisAdapter.

0.9.0

06 Jan 21:56
Compare
Choose a tag to compare

0.8.0

06 Sep 11:56
Compare
Choose a tag to compare
Release 0.8.0