Skip to content

Commit 3cca631

Browse files
committed
update changelog and contributors docs
1 parent 51524e8 commit 3cca631

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@ php-resque now utilizes Credis for all Redis based operations. Credis automatica
1414

1515
Composer support has been improved and is now the recommended method for including php-resque in your project. Details on Composer support can be found in the Getting Started section of the readme.
1616

17+
### Improved DSN Support
18+
19+
Changes by iskandar introduce improved support for using DSNs to connect to Redis. You can now utilize the following formatted strings for the REDIS_BACKEND environment variable to connect:
20+
21+
* `host`
22+
* `host:port`
23+
* `redis://host:port`
24+
* `redis://host:port/db`
25+
* `redis://user:pass@host:port/` (username is required but will be ignored)
26+
* `tcp://user:pass@host:port/` (username is required but will be ignored)
27+
1728
### Other Improvements/Changes
1829

1930
* **COMPATIBILITY BREAKING**: The bundled worker manager `resque.php` has been moved to `bin/resque`, and is available as `vendor/bin/resque` when php-resque is installed as a Composer package.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ needing to directly examine the code), have a look at `HOWITWORKS.md`.
427427
* @hlegius
428428
* @hobodave
429429
* @humancopy
430+
* @iskandar
430431
* @JesseObrien
431432
* @jjfrey
432433
* @jmathai

0 commit comments

Comments
 (0)