Questions tagged [redistogo]

Simple Hosting for the Redis key-value store.

Redis To Go is the creation of James and Jon Bracy of Bracy Enterprises, LLC, where Redis has been used for several projects.

Redis To Go was created to make the managing Redis instances easier, whether it is just one instance or serveral. Deploying a new instance of Redis is dead simple, whether for production or development.

Also availabe as an heroku addon :

62 questions
-1
votes
1 answer

Heroku, Rails, Resque, Redis: All jobs failing because of Errno::ETIMEDOUT

I have a rails app on heroku that uses Resque.enqueu to schedule background jobs using Redis and redistogo. Jobs used to work normally but I notice now that they have all been failing for some time (a few weeks, 100% of jobs). The error I…
Jackson Cunningham
  • 4,973
  • 3
  • 30
  • 80
-1
votes
1 answer

nodejs/redis auth works locally (w/Foreman), but not on Heroku

It looks like my req.session (.user) doesn't exist when my node app is on Heroku. Things work on my local machine, and when I push to heroku, I have access to my redis-to-go store for other uses, but when I log in and proceed to authenticated pages,…
John T
  • 21
  • 4
1 2 3 4
5