# sig/connection_pool.rbs class ConnectionPool def checkin: (force: false) -> untyped end # sig/connection_pool/timed_stack.rbs class ConnectionPool::TimedStack def connection_stored?: (?Hash options) -> untyped def current_time: () -> untyped def fetch_connection: (?Hash options) -> untyped def pop: (?Integer timeout, ?Hash options) -> untyped def push: (Sidekiq::RedisClientAdapter::CompatClient obj, ?Hash options) -> untyped def store_connection: (Sidekiq::RedisClientAdapter::CompatClient obj, ?Hash options) -> untyped end