Redis®*: Configuring Redis with Resque

This documentation is part of the Using with Ruby guide. You can view the complete guide here: How to connect Redis with Ruby.

👋 Welcome to the Stackhero documentation!

Stackhero provides a ready-to-use Redis cloud solution that delivers numerous advantages, including:

  • Redis Commander web interface included.
  • Unlimited message size and transfers.
  • One-click simplified updates.
  • Optimal performance and enhanced security thanks to a private, dedicated infrastructure.

Save time and make your life easier: it only takes 5 minutes to try Stackhero's Redis cloud hosting solution!

Resque will automatically use the Redis server defined in the REDIS_URL environment variable.

You can set the REDIS_URL environment variable like this, replacing <yourPassword> and <XXXXXX> with your information:

REDIS_URL="rediss://default:<yourPassword>@<XXXXXX>.stackhero-network.com:<PORT_TLS>"

For more information about Resque and Redis, you can refer to the official documentation here.