2 Matching Annotations
- Nov 2022
-
github.com github.com
-
Sidekiq uses all of the data structures Redis provides: lists, sorted sets, hashes.
-
- Apr 2021
-
github.com github.com
-
This gem uses a Rack middleware to clear the store object after every request, but that doesn't translate well to background processing with Sidekiq. A companion library, request_store-sidekiq creates a Sidekiq middleware that will ensure the store is cleared after each job is processed, for security and consistency with how this is done in Rack.
-