File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ It also supports the following additional features:
36
36
- Has built in support for ` setUp ` and ` tearDown ` methods, called pre and post
37
37
jobs
38
38
39
+ This port is originally based on the works of Chris Boulton et al, see < https://github.com/chrisboulton/php-resque >
40
+
39
41
## Requirements
40
42
41
43
- PHP 5.3+
@@ -276,6 +278,15 @@ custom prefix to separate the Resque data:
276
278
$ PREFIX=my-app-name bin/resque
277
279
```
278
280
281
+ ### Setting Redis backend ###
282
+
283
+ When you have the Redis database on a different host than the one the workers
284
+ are running, you must set the ` REDIS_BACKEND ` environment variable:
285
+
286
+ ``` sh
287
+ $ REDIS_BACKEND=my-redis-ip:my-redis-port bin/resque
288
+ ```
289
+
279
290
### Forking
280
291
281
292
Similarly to the Ruby versions, supported platforms will immediately fork after
You can’t perform that action at this time.
0 commit comments