Method: Redis#dup
- Defined in:
- lib/redis.rb
permalink #dup ⇒ Object
[View source] [View on GitHub]
118 119 120 |
# File 'lib/redis.rb', line 118 def dup self.class.new(@options) end |
118 119 120 |
# File 'lib/redis.rb', line 118 def dup self.class.new(@options) end |