Skip to content

Commit 4c71745

Browse files
authored
Merge pull request #48 from launchdarkly/eb/ch60221/phpredis-changelog
more accurate changelog text regarding phpredis
2 parents 73722c2 + 620adc3 commit 4c71745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ All notable changes to the LaunchDarkly PHP SDK will be documented in this file.
99

1010
## [3.7.0] - 2019-12-13
1111
### Added:
12-
- Added integration with the [`phpredis`](https://github.com/phpredis/phpredis) extension, which supports persistent Redis connections unlike the existing `predis` integration. See `LaunchDarkly::Integrations::PHPRedis`. (Thanks, [nicofff](https://github.com/launchdarkly/php-server-sdk/pull/128)!)
12+
- Added integration with the [`phpredis`](https://github.com/phpredis/phpredis) extension, which has similar functionality to the already-supported `predis` but may have better performance (since `predis` is written in pure PHP, whereas `phpredis` uses a C extension). See `LaunchDarkly::Integrations::PHPRedis`. (Thanks, [nicofff](https://github.com/launchdarkly/php-server-sdk/pull/128)!)
1313

1414
## [3.6.0] - 2019-10-01
1515
### Added:

0 commit comments

Comments
 (0)