Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,15 @@ use a custom prefix to separate the Resque data:
$ PREFIX=my-app-name bin/resque
```

### Setting Redis backend ###

When you have the Redis database on a different host than the one the workers
are running, you must set the `REDIS_BACKEND` environment variable:

```sh
$ REDIS_BACKEND=my-redis-ip:my-redis-port bin/resque
```

### Forking ###

Similarly to the Ruby versions, supported platforms will immediately
Expand Down