Method: Redis::Future#_set
- Defined in:
- lib/redis/pipeline.rb
#_set(object) ⇒ Object
92 93 94 95 |
# File 'lib/redis/pipeline.rb', line 92 def _set(object) @object = @transformation ? @transformation.call(object) : object value end |