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