Module: AsyncStorage::RedisPool::ConnectionPoolLike

Defined in:
lib/async_storage/redis_pool.rb

Instance Method Summary collapse

Instance Method Details

#with {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



12
13
14
# File 'lib/async_storage/redis_pool.rb', line 12

def with
  yield self
end