sidekiq tag

2 questions


1 answers
92 views
0
What are the advantages of using redis in rails sidekiq?

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...


1 answers
71 views
0
Using sidekiq to Update Mysql Tables

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...

1 years ago

© 2024 OneMinuteCode. All rights reserved.