Re-exports§
pub use ::redis as redis_rs;
Modules§
Structs§
- Chain
Iter - A pseudo iterator used to know which middleware should be called next. This is created by the Chain type.
- Counter
- Enqueue
Opts - Job
- Processor
- Processor
Config - Queue
Config - Redis
Connection - A wrapper type for making the redis crate compatible with namespacing.
- Redis
Connection Manager - A
bb8::ManageConnection
forredis::Client::get_async_connection
wrapped in a helper type for namespacing. - Redis
Error - Represents a redis error.
- Scheduled
- Stats
Publisher - Unit
OfWork - Worker
Opts - Worker
Ref
Enums§
Traits§
Functions§
- opts
- perform_
async - Helper function for enqueueing a worker into sidekiq. This can be used to enqueue a job for a ruby sidekiq worker to process.
- perform_
in - Helper function for enqueueing a worker into sidekiq. This can be used to enqueue a job for a ruby sidekiq worker to process.
- with_
custom_ namespace