2 questions
I'm a sidekiq beginner.I use sidekiq of rails in combination with redis, but why redis?redis recognizes that it is a KVS that runs on memory.Do I have to use KVS to manage my job?It would be easier to...
I use sidekiq to make the process of sending emails asynchronously.The results are written to the table when sending an email.The database uses sqlite in the development environment and mysql in the p...
© 2024 OneMinuteCode. All rights reserved.