Module svc_scheduler::tasks::pool

source ·
Expand description

Redis connection pool implementation

Structs

  • Represents a pool of connections to a Redis server.

Enums

  • Represents errors that can occur during cache operations.

Traits

  • Trait for interacting with a scheduler task pool

Functions

  • Returns a Redis Pool. Uses host and port configurations using a Config object generated from environment variables. Initializes the pool if it hasn’t been initialized yet.