Method: Redis#without_reconnect
- Defined in:
- lib/redis.rb
#without_reconnect(&block) ⇒ Object
Run code without the client reconnecting
78 79 80 |
# File 'lib/redis.rb', line 78 def without_reconnect(&block) @client.disable_reconnection(&block) end |