Module: Redlock::Client::RedisInstance::ConnectionPoolLike

Defined in:
lib/redlock/client.rb

Instance Method Summary collapse

Instance Method Details

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

Yields:

  • (_self)

Yield Parameters:



126
127
128
# File 'lib/redlock/client.rb', line 126

def with
  yield self
end