Is there any way to fix this problem? I need to restart puma every time when...
Whenever i deploy my code to production server, i always need to restart or stop and then start the puma server and sidekiq. I need to know the reason why this is happening and how can i fix this.I...
View ArticleHaving trouble setting up Redis for ruby
I am trying to play with redis on my Ubuntu machine and my little script doesn't work. I have installed redis gem and tried this little script (I know its pretty small)require 'redis'redis = Redis.newI...
View ArticleIs there any way to fix this problem? I need to restart puma every time when...
Whenever i deploy my code to production server, i always need to restart or stop and then start the puma server and sidekiq. I need to know the reason why this is happening and how can i fix this.I...
View ArticleHaving trouble setting up Redis for ruby
I am trying to play with redis on my Ubuntu machine and my little script doesn't work. I have installed redis gem and tried this little script (I know its pretty small)require 'redis'redis = Redis.newI...
View ArticleAWS React + Rails Redis server websocket issues
I have a React + Rails app and I'm trying to configure my web application to use ActionCable. I've been struggling for several days with getting my websocket connection to work.My server log doesn't...
View ArticleIs there any way to fix this problem? I need to restart puma every time when...
Whenever i deploy my code to production server, i always need to restart or stop and then start the puma server and sidekiq. I need to know the reason why this is happening and how can i fix this.I...
View ArticleHaving trouble setting up Redis for ruby
I am trying to play with redis on my Ubuntu machine and my little script doesn't work. I have installed redis gem and tried this little script (I know its pretty small)require 'redis'redis = Redis.newI...
View ArticleIs there any way to fix this problem? I need to restart puma every time when...
Whenever i deploy my code to production server, i always need to restart or stop and then start the puma server and sidekiq. I need to know the reason why this is happening and how can i fix this.I...
View ArticleResque Set verify_mode on Redis to OpenSSL::SSL::VERIFY_NONE on Heroku
Due to a recent update, I need to be able to set the verify mode of Redis to verify none.The output of Resque.redis.pingOpenSSL::SSL::SSLError (SSL_connect returned=1 errno=0 state=error: certificate...
View ArticleHow to fix error "OpenSSL::SSL::SSLError"
My rails app is hosted with heroku and they recently updated the redis version my app was using from 4.0.14 to 6.2. This has caused some bugs to start appearing of the following...
View ArticleWhen writing specs in Ruby, is there a VCR for Redis? [closed]
I have an app that depends on Redis and want to have VCR-like functionality for the specs.Is there a gem that will save all Redis requests to a file so that future requests will be deterministic?
View ArticleROR SESSION STORE: Session store with :redis_store not getting cookie with...
session_store.rbRails.application.config.session_store :redis_store, servers: ["redis://localhost:6379/0/session"], expire_after: 90.minutes, key: "key", threadsafe: true, secure: truemiddleware used...
View ArticleRedis::CannotConnectError in sidekiq rspec test cases
I have written sidekiq test cases for retries block and its been there for almost a year now, but suddenly it started throwing redis error, not sure what is wrong, could someone please help me...
View ArticleRedisClient::CommandError (ERR value is not an integer or out of range)
Could not find a solution similar to my setup. I've installed redis on DigitalOcean from this guide. All seems ok and can see all systems are running. I'm using rails so I installed the sidekiq gem....
View ArticleConnecting to Redis server in Windows 10 ruby on rails
I am having trouble connecting to Redis in my rails app on windows 10, and I added Redis to my gem file and setup my cable.yml file. The error that I am getting when I start my rails server is rescue...
View ArticleCan't connect to redis using Rails 7, Docker and hotwire-livereload
I'm trying to get gem hotwire-livereload working with my rails project. I'm trying to dockerise everything before I start to work. The hotwire-livereload gem uses redis to work.Here is my...
View ArticleHow to re run queued job in resque using redis
I am currently facing an issue in which I have scheduled job using Resque and redis but due to unavailability of any worker at the scheduled time for the job to run it got missed. Now the job remains...
View ArticleRedis and Memcache or just Redis?
I'm using memcached for some caching in my Rails 3 app through the simple Rails.cache interface and now I'd like to do some background job processing with redis and resque.I think they're different...
View ArticlePipelining commands on a Redis instance is deprecated and will be removed in...
I am using redis version 6.0 and gem 'sidekiq', '>= 6.4.1'gem 'sidekiq-cron', '~> 1.2' for job scheduling in rails. I am using corn job to process email daily. [. My ruby version is 2.7, rails...
View ArticleNameError Redis on Rails 7 app on Elastic Beanstalk
I am trying to connect Elastic Cache Redis to my Rails 7 app and it gives me this error as if it does not know 'redis'.2023/08/14 13:25:30.632645 [INFO] Running command /bin/su webapp -c bundle exec...
View Article