Class: RedisClient::Cluster::Pipeline::RedirectionNeeded

Inherits:
Error
  • Object
show all
Defined in:
lib/redis_client/cluster/pipeline.rb

Instance Attribute Summary collapse

Instance Attribute Details

#first_exceptionObject

Returns the value of attribute first_exception.



118
119
120
# File 'lib/redis_client/cluster/pipeline.rb', line 118

def first_exception
  @first_exception
end

#indicesObject

Returns the value of attribute indices.



118
119
120
# File 'lib/redis_client/cluster/pipeline.rb', line 118

def indices
  @indices
end

#repliesObject

Returns the value of attribute replies.



118
119
120
# File 'lib/redis_client/cluster/pipeline.rb', line 118

def replies
  @replies
end