class ConnectionPool::TimedStack

def store_connection(obj, options = nil)

Experimental RBS support (using type sampling data from the type_fusion project).

def store_connection: (Sidekiq::RedisClientAdapter::CompatClient obj, ?Hash options) -> untyped

This signature was generated using 1 sample from 1 application.

def store_connection(obj, options = nil)
  @que.push obj
end