You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This benchmark can be found in `bin/sidekiqload` and assumes a Redis network lat
27
27
Requirements
28
28
-----------------
29
29
30
-
- Redis: 6.0+
30
+
- Redis: 6.2+
31
31
- Ruby: MRI 2.7+ or JRuby 9.3+.
32
32
33
33
Sidekiq 7.0 supports Rails 6.0+ but does not require it.
@@ -52,6 +52,7 @@ Sidekiq and see its features in action. Here's the Web UI:
52
52
Want to Upgrade?
53
53
-------------------
54
54
55
+
Use `bundle up sidekiq` to upgrade Sidekiq and all its dependencies.
55
56
Upgrade notes between each major version can be found in the `docs/` directory.
56
57
57
58
I also sell Sidekiq Pro and Sidekiq Enterprise, extensions to Sidekiq which provide more
@@ -63,33 +64,34 @@ quality open source development all at the same time. Please see the
63
64
Problems?
64
65
-----------------
65
66
66
-
**Please do not directly email any Sidekiq committers with questions or problems.** A community is best served when discussions are held in public.
67
+
**Please do not directly email any Sidekiq committers with questions or problems.**
68
+
A community is best served when discussions are held in public.
67
69
68
70
If you have a problem, please review the [FAQ](https://github.com/mperham/sidekiq/wiki/FAQ) and [Troubleshooting](https://github.com/mperham/sidekiq/wiki/Problems-and-Troubleshooting) wiki pages.
69
71
Searching the [issues](https://github.com/mperham/sidekiq/issues) for your problem is also a good idea.
70
72
71
-
Sidekiq Pro and Sidekiq Enterprise customers get private email support. You can purchase at https://sidekiq.org; email [email protected] for help.
73
+
Sidekiq Pro and Sidekiq Enterprise customers get private email support.
74
+
You can purchase at https://sidekiq.org; email [email protected] for help.
72
75
73
76
Useful resources:
74
77
75
78
* Product documentation is in the [wiki](https://github.com/mperham/sidekiq/wiki).
76
79
* Occasional announcements are made to the [@sidekiq](https://twitter.com/sidekiq) Twitter account.
77
80
* The [Sidekiq tag](https://stackoverflow.com/questions/tagged/sidekiq) on Stack Overflow has lots of useful Q & A.
78
81
79
-
Every Friday morning is Sidekiq happy hour: I video chat and answer questions.
82
+
Every Friday morning is Sidekiq office hour: I video chat and answer questions.
80
83
See the [Sidekiq support page](https://sidekiq.org/support.html) for details.
81
84
82
85
Contributing
83
86
-----------------
84
87
85
88
Please see [the contributing guidelines](https://github.com/mperham/sidekiq/blob/main/.github/contributing.md).
86
89
87
-
88
90
License
89
91
-----------------
90
92
91
-
Please see [LICENSE](https://github.com/mperham/sidekiq/blob/main/LICENSE) for licensing details.
92
-
93
+
Please see [LICENSE.txt](https://github.com/mperham/sidekiq/blob/main/LICENSE.txt) for licensing details.
94
+
The license for Sidekiq Pro and Sidekiq Enterprise can be found in [COMM-LICENSE.txt](https://github.com/mperham/sidekiq/blob/main/COMM-LICENSE.txt).
0 commit comments