- PHP: Add FT.* (Vector Search) commands: ftCreate, ftDropIndex, ftList, ftSearch, ftAggregate, ftInfo, ftAliasAdd, ftAliasDel, ftAliasUpdate, ftAliasList for standalone and cluster clients
- PHP: Fix mac development instructions (#96)
- PHP: chore: bump valkey-glide submodule for root_certs support (#99)
- PHP: ci: Add release automation workflows and version management (#94)
- PHP: (dev): Update and improve linting infrastructure (#104)
- PHP: (ci): test-modules job queuing indefinitely (#106)
- PHP: (feat): Add TLS support for secure connections (#100)
- PHP: feat: add markdown linting support for developers (#110)
- PHP: perf(php): optimize struct member ordering to reduce padding (#111)
- PHP: Add script and function commands (#97)
- PHP: Pub/Sub Implementation (#121)
- PHP: Remove ValkeyGlideClusterException (#127)
- PHP: Add aliases to PHPRedis-compatible class names (#126)
- PHP: Add connect method for ValkeyGlide client (#131)
- PHP: Add benchmarks (#124)
- PHP: Fix validation check for rc builds on PECL Package (#135)
- PHP: Add OPT_REPLY_LITERAL option for PHPRedis compatibility - allows commands returning OK to return the string "OK" instead of boolean true via setOption()/getOption() API
- PHP: Implement TLS support for PHP client (#2983)
- PHP: Add refresh topology configuration
- PHP: Add Multi-Database Support for Cluster Mode Valkey 9.0 - Added
database_idparameter toValkeyGlideClusterconstructor and support for SELECT, COPY, and MOVE commands in cluster mode. The COPY command can now specify adatabase_idparameter for cross-database operations. This feature requires Valkey 9.0+ withcluster-databases > 1configuration.
- PHP: Updated README with multi-database cluster examples and inline documentation for database selection requirements and best practices