Questions tagged [redis-rails]

17 questions
0
votes
1 answer

Hiredis fails when deploying with capistrano

When trying to deploy an app with ruby 2.2.0 and rails 4.2.0 with gems redis v3.0.1 and hiredis v0.4.5 task which responsible for interactions with redis server fails with the following…
vvahans
  • 1,849
  • 21
  • 29
0
votes
1 answer

"IOError - closed stream" when using Paperclip with rails-redis

I am downloading some images from a website and uploading these to a S3 bucket using Paperclip. When the images are loaded, I store an entity into the database and return it. This is wrapped in Rails.cache.fetch call to cache the response. It goes…
simonbs
  • 7,932
  • 13
  • 69
  • 115
1
2