Releases: ethanhann/redisearch-php
Releases · ethanhann/redisearch-php
1.5.0
1.4.0
1.3.0
1.1.2
1.1.1
1.1.0
1.0.0
0.10.0
- Remove RedisClient class and add adapter functionality.
- 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.
- Handle RediSearch module error when index is created on a Redis database other than 0.
- Return boolean true instead of "OK" when using PredisAdapter.
0.9.0
Release notes: www.ethanhann.com/redisearch-php/changelog/#090