# File lib/redis/pipeline.rb, line 119 def _set(object) @object = @transformation ? @transformation.call(object) : object value end
# File lib/redis/pipeline.rb, line 115 def inspect "<Redis::Future #{@command.inspect}>" end
Generated with the Darkfish Rdoc Generator 2.