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:



151
152
153
# File 'lib/redlock/client.rb', line 151

def with
  yield self
end